Raph
05/23/2025, 2:07 PMRaph
05/23/2025, 2:08 PMVapi Support Bot
05/23/2025, 2:08 PM{{now}}
) when interpreting user date requests? This will help determine if the issue is related to prompt setup or tool behavior.
Sources:
- [GoHighLevel Tools Documentation](https://docs.vapi.ai/tools/go-high-level)
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables)Vapi Support Bot
05/23/2025, 2:09 PMVapi Support Bot
05/23/2025, 2:09 PMmarkdown
If the user says a day like "Monday," use the current date (`{{now}}`) to calculate the next occurrence of that day. Then, confirm with the user:
"Just to confirm, did you mean Monday, May 26th at 12 PM?"
Only proceed if the user agrees.
This approach helps catch NLU errors and ensures bookings are made for the intended date.
Sources:
- [GoHighLevel Integration Documentation](https://docs.vapi.ai/tools/go-high-level)
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [Dynamic Variables](https://docs.vapi.ai/assistants/dynamic-variables)Raph
05/23/2025, 2:14 PMVapi Support Bot
05/23/2025, 2:15 PMmarkdown
"Just to confirm, did you mean Monday, May 26th at 12 PM?"
Only continue with availability checks or booking if the user agrees. This simple confirmation step helps catch NLU errors and ensures appointments are scheduled for the correct date.
[See best practices in the Prompting Guide](https://docs.vapi.ai/prompting-guide)
Sources:
- [GoHighLevel Integration Documentation](https://docs.vapi.ai/tools/go-high-level)
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [Dynamic Variables Guide](https://docs.vapi.ai/assistants/dynamic-variables)Kings_big💫
05/23/2025, 2:52 PMVapi Support Bot
05/23/2025, 2:53 PMRaph
05/26/2025, 11:22 AMVapi Support Bot
05/26/2025, 11:23 AMmarkdown
"Just to confirm, did you mean Monday, May 26th at 12 PM?"
Only continue with availability checks or booking if the user agrees. This simple confirmation step helps catch NLU errors and ensures appointments are scheduled for the correct date.
[See best practices in the Prompting Guide](https://docs.vapi.ai/prompting-guide)
Sources:
- [Prompting Guide](https://docs.vapi.ai/prompting-guide)
- [GoHighLevel Integration Documentation](https://docs.vapi.ai/tools/go-high-level)Kings_big💫
05/26/2025, 3:17 PMVapi Support Bot
05/26/2025, 3:17 PMVapi Support Bot
05/26/2025, 3:17 PMKyle
05/27/2025, 7:37 AM{
"role": "assistant",
"tool_calls": [
{
"id": "call_kxNPz3fsjRQwzR0h7E606bFq",
"type": "function",
"function": {
"name": "get_free_slots",
"arguments": "{\n \"startDate\": 1748464800000,\n \"endDate\": 1748551200000\n}"
}
}
]
},
{
"role": "tool",
"content": "[\n {\n \"type\": \"text\",\n \"text\": \"{\\\"2025-05-28\\\":{\\\"slots\\\":[\\\"2025-05-28T16:45:00-04:00\\\",\\\"2025-05-28T17:00:00-04:00\\\",\\\"2025-05-28T17:15:00-04:00\\\"]},\\\"2025-05-29\\\":{\\\"slots\\\":[\\\"2025
In the content of the tool call, I see the date 2025-05-28, which is the starting point of the free slots. Can you show me where this piece is configured for GHL?