SNM - Samuel
04/11/2025, 10:12 PMVapi Support Bot
04/11/2025, 10:14 PMsynchronous
and not async
if you're experiencing issues. According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1342315282198298729), setting the tool to synchronous mode can help resolve issues.
- I notice your "my_booking_tool" is set to async execution, which might be causing problems.
2. Timezone Handling
- For "my_booking_tool" using America/Los_Angeles timezone: Make sure you're including the current date and time in the prompt with the correct timezone. According to [troubleshooting guidance](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341859467884498976), this helps with timezone-related issues.
- For "Book-appointments-tool" using Stockholm timezone: Ensure all datetime fields are properly formatted in ISO 8601 format as specified in your notes.
3. Response Format
- Ensure that the JSON response from your tool calls is correctly formatted, including the proper toolCallId
and result
fields according to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1325000684231196775).
- Check that there are no line breaks in the JSON string that could cause parsing errors.
4. Parameter Configuration
- I notice both tools show "No properties configured" or "No messages configured" - you'll need to properly configure the parameters for these functions to work correctly.Vapi Support Bot
04/11/2025, 10:14 PMVapi Support Bot
04/11/2025, 10:14 PMKyle Brunker
04/14/2025, 12:27 PM