Rupasov
06/17/2024, 5:10 PMGET /assistant/091ae3e9-0537-479d-9f83-8c25dd7c50ba
RESPONSE BODY:
{..., 'voice': {'model': 'eleven_turbo_v2', 'voiceId': 'QrRJx7pPvPGFVMtAx4IR', 'provider': '11labs'...}
Then we patch the responseDelaySeconds attribute and provider is now changed:
PATCH /assistant/091ae3e9-0537-479d-9f83-8c25dd7c50ba
REQUEST BODY:
{'responseDelaySeconds': 0.15}
RESPONSE BODY:
{..., 'voice': {'voiceId': 's3://voice-cloning-zero-shot/801a663f-efd0-4254-98d0-5c175514c3e8/jennifer/manifest.json', 'provider': 'playht'...}
Vapi
06/17/2024, 5:11 PMVapi
06/17/2024, 5:12 PMresponseDelaySeconds
attribute. It's important to note that a PATCH request should only update the fields that are specified in the request body and should not alter any other settings.
Since you've mentioned that you do not call PATCH during your calls and the issue seems to be related to the PATCH operation, it might be a bug or unintended behavior in the VAPI system. I would recommend reaching out to the VAPI support team with the details you've provided here. They will be able to investigate the issue further and provide a resolution.
In the meantime, please ensure that when you make a PATCH request, you only include the specific attributes you intend to update. If you're not calling PATCH and this issue still occurs, it's definitely something that the support team needs to look into.
If you need any further assistance or have additional information that could help resolve this issue, please let me know.Vapi
06/17/2024, 5:12 PMRupasov
06/17/2024, 5:39 PMVapi
06/17/2024, 5:39 PMnikhil
06/18/2024, 5:01 AM