OpenAI Responses API: Stub in basic web_search tool

This commit is contained in:
Ben Browning 2025-04-17 20:25:36 -04:00 committed by Ashwin Bharambe
parent 52a69f0bf9
commit 35b2e2646f
8 changed files with 232 additions and 15 deletions

View file

@ -22,5 +22,16 @@
"question": "What is the name of the US captial?",
"expected": "Washington"
}
},
"tools_web_search_01": {
"data": {
"input": "How many experts does the Llama 4 Maverick model have?",
"tools": [
{
"type": "web_search"
}
],
"expected": "128"
}
}
}