'model-output' is not working for realtime model
Hi team, seems like 'model-output' webhook message is not working for GPT realtime model, it doesn't output the model response (except tool calls for some reason), please help to check on this
model-output webhook should send tokens or tool-call outputs as the model generates them. If you're not receiving model responses for GPT realtime models, try verifying your webhook configuration and ensure your server is set up to handle the following payload:⤵️ Mention @Vapi Support Bot for follow-ups 🐥
model-output{
"message": {
"type": "model-output",
"output": { /* token or tool call */ }
}
}