Unverified Commit e0166f8a authored by Kebe's avatar Kebe Committed by GitHub
Browse files

Remove empty tool function name (#4704)


Signed-off-by: default avatarKebe <mail@kebe7jun.com>
parent 53a2c3b4
...@@ -290,7 +290,6 @@ class BaseFormatDetector(ABC): ...@@ -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,
) )
], ],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment