kd
08/12/2025, 1:16 PMVapi Support Bot
08/12/2025, 1:18 PMjson
"transcriber": {
"provider": "custom-transcriber",
"server": { "url": "wss://your-server.ngrok.io/api/custom-transcriber" }
}
This allows you to leverage advanced transcription services that may better handle brand names and uncommon phrases. [See more in the Vapi documentation.](https://docs.vapi.ai/customization/custom-transcriber)
Source:
- [Custom transcriber | Vapi Documentation](https://docs.vapi.ai/customization/custom-transcriber)kd
08/12/2025, 1:26 PMVapi Support Bot
08/12/2025, 1:28 PMjson
"messages": [
{
"role": "system",
"content": "[TASK] Only trigger the function tool if the user's input exactly matches a known brand or model (e.g., 'Fiat Uno'); otherwise, ask for clarification."
}
]
This can help reduce accidental tool calls from ambiguous or misheard phrases. [See more on customizing tool behavior.](https://docs.vapi.ai/customization/tool-calling-integration#integrating-tools-with-vapi)
Source:
- [Integrating Tools with Vapi](https://docs.vapi.ai/customization/tool-calling-integration#integrating-tools-with-vapi)Chiranjeet Mishra
08/14/2025, 7:06 AM