A Igor
08/08/2025, 4:37 PMVapi Support Bot
08/08/2025, 4:40 PMendCall tool is only included when necessary, and update your prompt to avoid mentioning or implying call termination except in explicit scenarios. For example:
json
{
"model": {
"provider": "openai",
"model": "gpt-5-mini",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant. Only use the endCall tool if the user clearly requests to end the call or says goodbye."
}
],
"tools": [
{ "type": "endCall" }
]
}
}
Tip: Remove the endCall tool from the tools array if you want to fully disable this behavior.
[See more in the Vapi documentation.](https://docs.vapi.ai/tools/default-tools#end-call)
Sources:
- [Default Tools – End Call](https://docs.vapi.ai/tools/default-tools#end-call)
- [Prompting Guide – Error Handling & Tool Use](https://docs.vapi.ai/prompting-guide)Matt
08/08/2025, 5:25 PMMatt
08/08/2025, 11:46 PMChiranjeet Mishra
08/11/2025, 4:41 PMgrayson
08/12/2025, 6:04 PMChiranjeet Mishra
08/13/2025, 7:22 PMgrayson
08/13/2025, 10:28 PMgrayson
08/13/2025, 10:30 PMgrayson
08/14/2025, 1:39 AMA Igor
08/14/2025, 3:03 PMChiranjeet Mishra
08/18/2025, 5:16 AMEelco
09/22/2025, 5:03 PMEelco
09/22/2025, 5:04 PMEelco
09/22/2025, 5:04 PMChiranjeet Mishra
09/25/2025, 6:16 AMEelco
10/01/2025, 7:22 AMChiranjeet Mishra
10/06/2025, 4:12 PMEelco
10/19/2025, 8:46 AMChiranjeet Mishra
10/21/2025, 11:58 PMA Igor
11/03/2025, 4:48 AM