llama-stack-mirror/tests/verifications/openai_api
Ben Browning 7a71d9ebd8 sqlite-vec support for Responses file_search
This wires up the Files API optional dependency into sqlite_vec and
adds the localfs Files provider to our starter template, so that
Responses API file_search tool works out of the box for sqlite_vec in
that template.

Some additional testing with this provider plus some other inference
models led me to loosen the verification test results checking a bit -
not for the tool call, but just around the assistant response with the
file_search tool call. Some providers, such as OpenAI SaaS, make
multiple tool calls to resolve the query sometimes, especially when it
cannot find an answer so tries a few permutations before returning
empty results to the user in that test.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-06-13 14:01:34 -04:00
..
fixtures Fix typo in llama_experts_pdf test case naming 2025-06-13 13:41:37 -04:00
__init__.py feat(verification): various improvements (#1921) 2025-04-10 10:26:19 -07:00
conftest.py feat(responses): add output_text delta events to responses (#2265) 2025-05-27 13:07:14 -07:00
test_chat_completion.py feat: OpenAI Responses API (#1989) 2025-04-28 14:06:00 -07:00
test_responses.py sqlite-vec support for Responses file_search 2025-06-13 14:01:34 -04:00