purbinator
04/09/2025, 7:29 PMVapi Support Bot
04/09/2025, 7:33 PMGather
node has been recently refactored and now requires an output
property to define the expected data schema. The instruction
and schema
properties have been removed. Make sure your gather node is configured with the proper output
property [according to the documentation](https://docs.vapi.ai/changelog/2025/2/10).
## Verify Deepgram Settings
For Hungarian language support with Deepgram, ensure that:
1. The chunkPlan.enabled
setting is set to true
for proper text processing of Hungarian. This is important for non-English languages to handle whitespace and sentence boundaries correctly.
Example configuration:
json
{
"voice": {
"chunkPlan": {
"enabled": true,
"minCharacters": 30,
"punctuationBoundaries": [".", "!", "?", ";"]
}
}
}
2. Adjust Deepgram's endpointing settings. The default value of 10ms might be too aggressive, causing missing transcriptions. Try increasing it to 300ms, especially for short utterances.
## Check Server URL Configuration
Verify that the server URL in the VAPI Dashboard is correctly set up to receive the specific event related to the gather node. If other server messages are working correctly but the gather node is not reacting, there might be an issue specific to that event type.
## Verify Assistant Configuration
Ensure that your assistant is properly configured in Vapi:
- Check that the assistant ID is correctly set on your phone number
- Confirm that the API credentials used to connect to Vapi are correct
- Verify that the webhook URL is properly configured to handle gather node eventsVapi Support Bot
04/09/2025, 7:33 PMpurbinator
04/09/2025, 7:47 PMpurbinator
04/10/2025, 11:11 AMpurbinator
04/10/2025, 11:42 AMKyle Brunker
04/11/2025, 3:00 PMKyle Brunker
04/11/2025, 3:01 PMKyle Brunker
04/14/2025, 12:06 AM