llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
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 feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agent_instance.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agents.py feat: support filters in file search (#2472) 2025-06-18 21:50:55 -07:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
openai_responses.py feat: support filters in file search (#2472) 2025-06-18 21:50:55 -07:00
persistence.py feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
safety.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00