Reported by @supple ingot
use agents sdk. create Agent with FileSearchTool(include_search_results=True). add a file named "test.pdf" to vectors store with content " AUM of Hullaboo Partners is 12million USD". Ask Agent via Runner.run_streamed: "hey what is AUM of Hullabaloo Partners". Agent calls the file search but **does not return results in ResponseFileSearchToolCall. **
Expected ResponseFileSearchToolCall from the results to have results=[<file id of file used to generate results>]
ResponseFileSearchToolCall results=None, always, even when it is very clear that a file from the vectorstore was indeed referenced. No way anywhere to find filesearch results!!! :( This is bad because citations become impossible
MacOS, python 3.12, openai-agents 0.0.11