llama-stack-mirror/llama_stack/apis/agents
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
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py feat: Structured output for Responses API (#2324) 2025-06-03 14:43:00 -07:00
openai_responses.py feat: support filters in file search (#2472) 2025-06-18 21:50:55 -07:00