endCall, they might be filtered from the chat completions endpoint, resulting in an empty response. Try including these tools in your custom LLM tools:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
endCall, they might be filtered from the chat completions endpoint, resulting in an empty response. Try including these tools in your custom LLM tools:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
endCallendCall// Include endCall in your custom LLM tools
const tools = [
{
type: "endCall"
}
];
// When the model requests them, send a "done" stream back to Vapi with the function name// Include endCall in your custom LLM tools
const tools = [
{
type: "endCall"
}
];
// When the model requests them, send a "done" stream back to Vapi with the function name