Hardik
05/04/2025, 5:04 AMVapi Support Bot
05/04/2025, 5:06 AMendCall tool configured in your second Assistant's settings? According to Vapi documentation, the Assistant needs to have the endCall tool specifically enabled and properly configured to terminate calls automatically.
To help diagnose your issue further, could you share how your second Assistant (the "Hospital at Home AI Agent") is configured, particularly regarding its tools and end call settings?
Source:
- [Vapi Documentation Default Tools](https://docs.vapi.ai/tools/default-tools)Hardik
05/04/2025, 5:20 AMVapi Support Bot
05/04/2025, 5:21 AMendCall tool type to your call configuration.
Which language model are you using for your second Assistant? The documentation notes that the endCall function works best with GPT-4 and larger models, so this could be affecting its performance.
Source:
- [Vapi Documentation Default Tools](https://docs.vapi.ai/tools/default-tools)Hardik
05/04/2025, 5:26 AMVapi Support Bot
05/04/2025, 5:28 AMendCall tool. According to documentation, the endCall function works best with GPT-4 and larger models. Instead of using the deprecated "Enable End Call Function", try adding the endCall tool type to your configuration:
json
"tools": [ { "type": "endCall" } ]
Also, set your model temperature to 0.3 for better performance.
According to [Vapi Documentation](https://docs.vapi.ai/tools/default-tools), consider switching to a larger model like GPT-4 if the issue persists.
Sources:
- [Vapi Documentation Default Tools](https://docs.vapi.ai/tools/default-tools)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1341663336621674558)Hardik
05/04/2025, 5:41 AMVapi Support Bot
05/04/2025, 5:42 AMKings_big💫
05/04/2025, 11:50 AMHardik
05/04/2025, 12:21 PMHardik
05/04/2025, 12:21 PMHardik
05/04/2025, 12:21 PMHardik
05/04/2025, 12:29 PMKings_big💫
05/04/2025, 4:41 PM