Building agents for our knowledege base

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? :sob::sob::sob:

Thanks for your help.

Hi, @danielluo77! Welcome to the Vercel Community :smiley:

Appreciate your patience with this!

Did you end up with a solution or workaround?