Skip to content

Commit 50e9124

Browse files
committed
[Frontend] OpenAI Responses API supports Tool/Function calling
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 8f8a65c commit 50e9124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/entrypoints/openai/responses/test_function_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
@pytest.mark.asyncio
102102
@pytest.mark.parametrize("model_name", [MODEL_NAME])
103-
@pytest.mark.parametrize("tool_choice", ["auto",])
103+
@pytest.mark.parametrize("tool_choice", ["auto", "required"])
104104
async def test_function_tool_use(
105105
client: openai.AsyncOpenAI, model_name: str, tool_choice: str
106106
):

0 commit comments

Comments
 (0)