deathless
09/03/2024, 5:28 PMVapi
09/03/2024, 5:30 PMassistantOverrides
not updating as expected. This could be due to caching or state management within the VAPI system. To address this, please ensure that each request you send is unique and not a repeat of a previous one. You can do this by modifying the metadata
or variableValues
with a unique identifier for each request, such as a timestamp or a request ID.
Here's an example of how you might modify your JSON payload to include a unique identifier:
json
{
"assistantId": "your-assistant-id",
"assistantOverride": {
"variableValues": {
"name": "Michael"
},
"metadata": {
"userId": "userId",
"organization": "CogniTrainer",
"test": "1234",
"requestId": "unique-request-id" // Add a unique request ID here
}
}
}
Make sure to replace "unique-request-id"
with an actual unique value for each request. If you continue to face issues, it may be necessary to clear any caches or sessions on the server side, or to consult the documentation for any additional steps required to refresh the overrides.
If you need further assistance with this issue, please let me know, and I'll be happy to help!Vapi
09/03/2024, 5:30 PMShubham Bajaj
09/03/2024, 8:38 PMdeathless
09/03/2024, 10:58 PMdeathless
09/03/2024, 10:59 PMdeathless
09/03/2024, 11:00 PMdeathless
09/03/2024, 11:00 PMdeathless
09/03/2024, 11:00 PMdeathless
09/04/2024, 1:06 AMdeathless
09/04/2024, 1:10 AMShubham Bajaj
09/04/2024, 3:18 PMShubham Bajaj
09/04/2024, 3:19 PMdeathless
09/04/2024, 3:52 PMdeathless
09/05/2024, 3:02 PMShubham Bajaj
09/05/2024, 5:55 PMdeathless
09/09/2024, 3:50 AMdeathless
09/09/2024, 3:50 AMdeathless
09/09/2024, 4:01 AMShubham Bajaj
09/09/2024, 6:48 PMdeathless
09/10/2024, 11:43 PMShubham Bajaj
09/11/2024, 6:47 PMShubham Bajaj
09/11/2024, 6:48 PM