llama-stack-mirror/tests/verifications/openai_api
Ben Browning 1485f3bb4c Expand file types tested with file_search
This expands the file types tested with file_search to include Word
documents (.docx), Markdown (.md), text (.txt), PDF (.pdf), and
PowerPoint (.pptx) files.

Python's mimetypes library doesn't actually recognize markdown docs as
text, so we have to handle that case specifically instead of relying
on mimetypes to get it right.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-06-27 13:42:05 -04:00
..
fixtures Expand file types tested with file_search 2025-06-27 13:42:05 -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