Add web_search_2025_08_26 type support

Signed-off-by: Aakanksha Duggal <aduggal@redhat.com>
This commit is contained in:
Aakanksha Duggal 2025-11-07 07:17:15 -05:00
parent b68a25d377
commit 4d3b89903e
2 changed files with 10 additions and 2 deletions

View file

@ -95,6 +95,14 @@ web_search_test_cases = [
),
id="llama_experts",
),
pytest.param(
ResponsesTestCase(
input="What is the latest version of Python?",
tools=[{"type": "web_search_2025_08_26"}],
expected="python",
),
id="web_search_2025_08_26_type",
),
]
# File search test cases