Amanski
11/16/2024, 1:43 PMVapi
11/16/2024, 1:45 PMsummaryPrompt
for the analysisPlan
. The correct way to set the summary prompt is by using the summaryPrompt
attribute within the analysisPlan
object, not the messages
array as shown in the example you provided.
To update the summaryPrompt
, you should structure your API request to include the summaryPrompt
field directly within the analysisPlan
object, like this:
json
"analysisPlan": {
"summaryPrompt": "Summarize this call in 3 words"
}
This should correctly set the prompt that's used to summarize the call. If you're still experiencing issues with setting the summaryPrompt
through your code or the Fern client, it might be a good idea to reach out to the support team for further assistance. They can provide more detailed guidance and help resolve any potential bugs or documentation errors.
If you need to contact support or have any other questions, please let me know, and I'll be happy to assist you further.Vapi
11/16/2024, 1:46 PMAmanski
11/16/2024, 1:47 PMShubham Bajaj
11/18/2024, 1:16 PMShubham Bajaj
11/18/2024, 1:17 PMShubham Bajaj
11/18/2024, 1:17 PMTo help track down this issue, could you share it as:
- What response you expected to get
- What response you actually got instead
This would really help me figure out what went wrong!
Amanski
11/18/2024, 1:18 PMAmanski
11/18/2024, 1:18 PMShubham Bajaj
11/18/2024, 1:20 PMAmanski
11/18/2024, 1:27 PMShubham Bajaj
11/18/2024, 10:21 PMAmanski
11/18/2024, 10:28 PMShubham Bajaj
11/19/2024, 5:49 PMAmanski
11/19/2024, 6:05 PMAmanski
11/19/2024, 6:05 PMAmanski
11/19/2024, 6:07 PMShubham Bajaj
11/22/2024, 1:27 PM