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
2f5c3c1e
Unverified
Commit
2f5c3c1e
authored
Apr 01, 2026
by
majianhan
Committed by
GitHub
Apr 01, 2026
Browse files
[Misc] Fix docstring typo: buildin -> builtin (#38722)
Co-authored-by:
majianhan
<
majianhan@kylinos.cn
>
parent
fa246d52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/parser/harmony_utils.py
vllm/entrypoints/openai/parser/harmony_utils.py
+1
-1
No files found.
vllm/entrypoints/openai/parser/harmony_utils.py
View file @
2f5c3c1e
...
...
@@ -52,7 +52,7 @@ MCP_BUILTIN_TOOLS: set[str] = set(BUILTIN_TOOL_TO_MCP_SERVER_LABEL.values())
def
has_custom_tools
(
tool_types
:
set
[
str
])
->
bool
:
"""
Checks if the given tool types are custom tools
(i.e. any tool other than MCP buil
d
in tools)
(i.e. any tool other than MCP buil
t
in tools)
"""
return
not
tool_types
.
issubset
(
MCP_BUILTIN_TOOLS
)
...
...
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