Remove empty tool function name (#4704)

Signed-off-by: Kebe <mail@kebe7jun.com>
This commit is contained in:
Kebe
2025-03-28 13:23:30 +08:00
committed by GitHub
parent 53a2c3b466
commit e0166f8ab4

View File

@@ -290,7 +290,6 @@ class BaseFormatDetector(ABC):
calls=[
ToolCallItem(
tool_index=self.current_tool_id,
name="",
parameters=argument_diff,
)
],