Skip to content

Commit 80f48f5

Browse files
committed
Remove empty tool function name
Signed-off-by: Kebe <mail@kebe7jun.com>
1 parent 93cf7fc commit 80f48f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/sglang/srt/function_call_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def parse_streaming_increment(
287287
calls=[
288288
ToolCallItem(
289289
tool_index=self.current_tool_id,
290-
name="",
291290
parameters=argument_diff,
292291
)
293292
],

0 commit comments

Comments
 (0)