mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
Add web_search_2025_08_26 type support
Signed-off-by: Aakanksha Duggal <aduggal@redhat.com>
This commit is contained in:
parent
b68a25d377
commit
4d3b89903e
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue