Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
3c23ac84
Unverified
Commit
3c23ac84
authored
Mar 05, 2026
by
Shiyan Deng
Committed by
GitHub
Mar 05, 2026
Browse files
[Bugfix] Fix mypy errors in hermes_tool_parser.py (#36114)
Signed-off-by:
Shiyan Deng
<
dsy842974287@meta.com
>
parent
a708ef59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/tool_parsers/hermes_tool_parser.py
vllm/tool_parsers/hermes_tool_parser.py
+3
-0
No files found.
vllm/tool_parsers/hermes_tool_parser.py
View file @
3c23ac84
...
@@ -368,6 +368,9 @@ class Hermes2ProToolParser(ToolParser):
...
@@ -368,6 +368,9 @@ class Hermes2ProToolParser(ToolParser):
# now, the nitty-gritty of tool calls
# now, the nitty-gritty of tool calls
# now we have the portion to parse as tool call.
# now we have the portion to parse as tool call.
if
current_tool_call
is
None
:
return
None
logger
.
debug
(
logger
.
debug
(
"Trying to parse current tool call with ID %s"
,
self
.
current_tool_id
"Trying to parse current tool call with ID %s"
,
self
.
current_tool_id
)
)
...
...
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