llama-stack-mirror/tests/verifications/openai_api
ehhuang db2cd9e8f3
feat: support filters in file search (#2472)
# What does this PR do?
Move to use vector_stores.search for file search tool in Responses,
which supports filters.

closes #2435 

## Test Plan
Added e2e test with fitlers.
myenv ❯ llama stack run llama_stack/templates/fireworks/run.yaml

pytest -sv tests/verifications/openai_api/test_responses.py \
  -k 'file_search and filters' \
  --base-url=http://localhost:8321/v1/openai/v1 \
  --model=meta-llama/Llama-3.3-70B-Instruct
2025-06-18 21:50:55 -07:00
..
fixtures feat: File search tool for Responses API (#2426) 2025-06-13 14:32:48 -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 feat: support filters in file search (#2472) 2025-06-18 21:50:55 -07:00