We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8a65c commit 50e9124Copy full SHA for 50e9124
tests/v1/entrypoints/openai/responses/test_function_call.py
@@ -100,7 +100,7 @@
100
101
@pytest.mark.asyncio
102
@pytest.mark.parametrize("model_name", [MODEL_NAME])
103
-@pytest.mark.parametrize("tool_choice", ["auto",])
+@pytest.mark.parametrize("tool_choice", ["auto", "required"])
104
async def test_function_tool_use(
105
client: openai.AsyncOpenAI, model_name: str, tool_choice: str
106
):
0 commit comments