Jessica
11/17/2025, 2:17 PMJessica
11/18/2025, 4:30 PMChiranjeet Mishra
11/19/2025, 9:14 AMsummaryPlan to explicitly pass the transcript as a user message, with a separate system instruction. Right now your config doesn’t provide the transcript in the correct role, so some models will return an error instead of a response, which can end the call.
Here’s the format we recommend using (you can copy/paste):
"analysisPlan": {
"summaryPlan": {
"enabled": true,
"timeoutSeconds": 5,
"messages": [
{
"role": "system",
"content": "You are an expert note-taker. You will be given a transcript of a call. Summarize the call in 2-3 sentences. DO NOT return anything except the summary."
},
{
"role": "user",
"content": "Here is the transcript:\n\n{{transcript}}\n\n. Here is the ended reason of the call:\n\n{{endedReason}}\n\n"
}
]Jessica
11/20/2025, 4:58 PMChiranjeet Mishra
12/03/2025, 2:36 AM🔵 21:53:08:659 Idle Timeout Triggered But No Idle Message.
🔵 21:53:32:376 [LiveCallPipeline] Silence timed out. Ending call...Jessica
12/03/2025, 4:09 PMChiranjeet Mishra
12/30/2025, 8:34 AM