Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
e0166f8a
Unverified
Commit
e0166f8a
authored
Mar 28, 2025
by
Kebe
Committed by
GitHub
Mar 27, 2025
Browse files
Remove empty tool function name (#4704)
Signed-off-by:
Kebe
<
mail@kebe7jun.com
>
parent
53a2c3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/sglang/srt/function_call_parser.py
python/sglang/srt/function_call_parser.py
+0
-1
No files found.
python/sglang/srt/function_call_parser.py
View file @
e0166f8a
...
@@ -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
,
)
)
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment