cold-orangeC
VAPI4mo ago
cold-orange

Assistant tool overrides not working.

I’m setting assistantOverride.tools/toolids, but it seems to be getting ignored.
Even if I pass an empty array, the assistant still calls the default tools (like transfer_call).
And if I include only one tool (e.g. tag_contact), it logs as if it used it but the webhook isn’t called.

Am I misunderstanding how assistantOverride works, or doing something wrong here?
My goal is to override the tools completely and remove the ones used for calls, so only the chat-relevant tools are available.
Was this page helpful?