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=[
|
calls=[
|
||||||
ToolCallItem(
|
ToolCallItem(
|
||||||
tool_index=self.current_tool_id,
|
tool_index=self.current_tool_id,
|
||||||
name="",
|
|
||||||
parameters=argument_diff,
|
parameters=argument_diff,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user