Commit graph

1 commit

Author SHA1 Message Date
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