MaxM
09/05/2024, 11:03 AMVapi
09/05/2024, 11:04 AMVapi
09/05/2024, 11:04 AMvapi.start
function is handling the assistantOverrides
object.
Here are a few suggestions to ensure the metadata is passed correctly:
1. Double-check the version of the VAPI SDK you're using to ensure it supports the assistantOverrides
feature as expected.
2. Verify that the vapi.start
function is implemented correctly and that it's designed to accept an assistantOverrides
parameter.
3. Ensure that there are no errors in the code that might prevent the assistantOverrides
from being included in the request payload.
4. If you're using a bundler or minifier, make sure it's not stripping out or altering the assistantOverrides
object.
5. Check the network requests in your browser's developer tools to confirm that the payload being sent matches what you expect.
6. Review the server-side implementation to ensure that it's capable of receiving and processing the assistantOverrides
metadata.
If you've gone through these checks and the issue persists, it might be best to reach out to VAPI support for further assistance. They may be able to provide more specific guidance or identify if there's a bug or a missing feature in the SDK.
Please let me know if you need further assistance or if there's anything else I can do to help!Vapi
09/05/2024, 11:05 AMShubham Bajaj
09/05/2024, 5:42 PMMaxM
09/06/2024, 6:16 AM