MaxKnox
05/30/2024, 5:22 PMVapi Support
05/30/2024, 5:22 PMVapi Support
05/30/2024, 5:22 PMsummaryPrompt not appearing after updating your assistant's configuration. If the summary prompt has been set to an empty string or disabled, it might cause the summary to not appear at all.
To rectify this, ensure that your summaryPrompt is correctly configured in the analysisPlan of your assistant. You can refer to the Call Analysis documentation to properly set up and customize the summaryPrompt [(1)]() . Here's how you might update the summary prompt using the PATCH request:
json
{
"analysisPlan": {
"summaryPrompt": "Please provide a concise summary of the call."
}
}
Ensure that the summaryPrompt is not set to an empty string or "off" unless you intend to disable it. If the issue persists after checking and updating this, it might be beneficial to review the entire PATCH request payload to ensure all properties are correctly set.Vapi Support
05/30/2024, 5:23 PMMaxKnox
05/31/2024, 5:35 PMSahil
05/31/2024, 6:05 PM