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
47fd08aa
Unverified
Commit
47fd08aa
authored
Sep 20, 2025
by
Chauncey
Committed by
GitHub
Sep 19, 2025
Browse files
[CI/Build] fix test function_calling (#25072)
Signed-off-by:
chaunceyjiang
<
chaunceyjiang@gmail.com
>
parent
12aed7e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/entrypoints/openai/test_response_api_with_harmony.py
tests/entrypoints/openai/test_response_api_with_harmony.py
+1
-0
No files found.
tests/entrypoints/openai/test_response_api_with_harmony.py
View file @
47fd08aa
...
@@ -515,6 +515,7 @@ async def test_function_calling(client: OpenAI, model_name: str):
...
@@ -515,6 +515,7 @@ async def test_function_calling(client: OpenAI, model_name: str):
model
=
model_name
,
model
=
model_name
,
input
=
"What's the weather like in Paris today?"
,
input
=
"What's the weather like in Paris today?"
,
tools
=
tools
,
tools
=
tools
,
temperature
=
0.0
,
)
)
assert
response
is
not
None
assert
response
is
not
None
assert
response
.
status
==
"completed"
assert
response
.
status
==
"completed"
...
...
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