Remove empty tool function name (#4704)

Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
Kebe
2025-03-27 22:23:30 -07:00
committed by GitHub
parent 53a2c3b466
commit e0166f8ab4
@@ -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,
) )
], ],