nightcrawler
04/10/2026, 9:16 PMChiranjeet Mishra
04/15/2026, 2:41 AMsummaryPlan configuration currently includes two messages with the role "system". When this gets converted into OpenAI-compatible format for Anthropic, those system messages are being omitted, which results in an empty messages array being sent to the model.
To resolve this, please:
• Replace both "system" role messages with "user"
• Insert the {{transcript}} variable directly into the message content
This will ensure the transcript is properly passed into the model and allow the summary to generate as expected.
Let us know if you run into any issues after making this change.
Best,
VAPI Support