test: update test

This commit is contained in:
Krrish Dholakia
2025-07-16 10:28:08 -07:00
parent 9c4b4303d3
commit 8a1a90bc7a
@@ -3773,7 +3773,7 @@ def test_vertex_schema_test():
}
response = litellm.completion(
model="vertex_ai/gemini-2.5-flash-preview",
model="vertex_ai/gemini-2.5-flash",
messages=[{"role": "user", "content": "call the tool"}],
tools=[tool],
tool_choice="required",