Hi y’all
We’re in an urgent situation: My project involved a preprocess knowledge base(using openai vector store), and we need to call external web search and user file search tools, but the single Assistant Response API doesn’t support invoking both in a single run. Building a custom agent to orchestrate these 3 tool calls(assistant, web search, user file search) is too time-consuming for our current timeline(I need to deliver on Next Monday).
What do you guys recommend as the fastest solution or workaround?
Thanks for your help.