nc35_
05/19/2024, 6:35 AMVapi Support
05/19/2024, 6:35 AMVapi Support
05/19/2024, 6:35 AMsummaryPrompt. You can specify the system prompt using this parameter in the API call when you create an assistant. Here's an example of how you can include it in your API request:
json
{
"summaryPrompt": "Your system prompt text here"
}
This parameter allows you to set a custom prompt that will summarize the call at the end, which can be utilized as a form of system prompt for the assistant's operation during the call [(1)]() .
If you need further details or examples on setting up assistants, you can refer to the official documentation on creating assistants .Sahil
05/19/2024, 9:33 AM