ending call with tool
# support
v
we are using custom llm to get responses for our voice agent, adding endCall tool on vapi dashboard to that agent along with the prompt is not invoking the tool. Any suggestions? Please note that we are using custom LLM.
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
@User
c
Hi VerveAI, To programmatically end a call using the
ClientInboundMessage
, you can send a message with the
type
property set to
"end-call"
. This functionality was introduced on January 14, 2025, allowing developers to manage call terminations directly through a specific message type. You can find more details [here](https://docs.vapi.ai/changelog/2025/1/14).
2 Views