Is it possible to edit / modify instructions for t...
# support
m
I have an endpoint setup to send an email with the details for every call, but I'd like to format my email with the questions and answers. Is there a way to modify the summary part of the transcript so I can maybe have the AI model do that?
v
Hi @MaxKnox, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Call Analysis]() * [Web Calling]() * [Outbound Calling]() * [Tools Calling]() -----------------------------
### Answer Yes, you can customize the summary instructions for the call analysis feature in Vapi. This allows you to tailor the summary prompt according to your specific needs, such as formatting the email with questions and answers. To customize the summary prompt for your calls, you can modify the
summaryPrompt
parameter in the
assistant.analysisPlan
when setting up or updating your assistant. Here’s how you can set a custom summary prompt using the API:
Copy code
json
{
  "summaryPrompt": "Custom summary prompt text to format questions and answers"
}
This customization will instruct the AI to generate summaries that fit the structured format you want, which can then be used to populate the emails sent from your endpoint [(1)]() . For more detailed guidance on setting up and customizing the call analysis features, you can refer to the Vapi documentation on call analysis.
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
m
Where do I update the assistant.analysisPlan in a static assistant?
s
Marking it as solved.
13 Views