GeraDeluxer
02/10/2026, 6:58 PMVapi Support Bot
02/10/2026, 6:59 PMknowledgeBases array, like this:
json
"knowledgeBases": [
{ "provider": "google", "name": "check_in", "fileIds": ["file-id-1"] },
{ "provider": "google", "name": "rates", "fileIds": ["file-id-2"] }
]
Also, update your assistant's system prompt to explicitly instruct it to use the tool for multi-knowledge base queries. Double-check that your function arguments and tool configuration match the documentation example for multi-knowledge base support.
For more details, see the [official guide](https://docs.vapi.ai/knowledge-base/using-query-tool).
Source:
- [Using the Query Tool for Knowledge Bases](https://docs.vapi.ai/knowledge-base/using-query-tool)