8000 Update test_model_vllm.py · AhilanPonnusamy/sdk-python@35c5d52 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35c5d52

Browse files
Update test_model_vllm.py
fixed the assert to check the correc tool
1 parent 9a1f835 commit 35c5d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integ/test_model_vllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ def test_agent(agent):
4141
text = " ".join(block.get("text", "") for block in text_blocks).lower()
4242

4343
# Assert that the tool outputs appear in the generated response text
44-
assert "tool_use" in text
44+
assert "tool_weather" in text
4545
#assert "cloudy" in text

0 commit comments

Comments
 (0)

Footer

© 2025 GitHub, Inc.
0