Remove empty tool function name (#4704)
Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
@@ -290,7 +290,6 @@ class BaseFormatDetector(ABC):
|
||||
calls=[
|
||||
ToolCallItem(
|
||||
tool_index=self.current_tool_id,
|
||||
name="",
|
||||
parameters=argument_diff,
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user