[Test] Fix flaky test_function_call_specific by adding strict=True (#22624)
This commit is contained in:
@@ -552,6 +552,7 @@ class TestOpenAIServerFunctionCalling(CustomTestCase):
|
|||||||
},
|
},
|
||||||
"required": ["city"],
|
"required": ["city"],
|
||||||
},
|
},
|
||||||
|
"strict": True,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user