Issue: Assistant still calling get_free_slots instead of my custom GHL availability tool
Hey team,
My assistant keeps trying to call the get_free_slots function when checking availability, even though I’ve removed Functions and told it to only use go_high_level_calendar_check_availability_tool.
Here’s the log snippet:
{
"name": "get_free_slots",
"parameters": {
"timeZone": "Europe/London",
"startDate": 1696358400000,
"endDate": 1701388800000
}
}
It always fails with:
Error: API Error: 400 Request failed with status code 400
This happens instead of using my availability tool, and it blocks the assistant from booking.
How can I fully disable or remove get_free_slots so it never gets exposed/called?
Thanks!
My assistant keeps trying to call the get_free_slots function when checking availability, even though I’ve removed Functions and told it to only use go_high_level_calendar_check_availability_tool.
Here’s the log snippet:
{
"name": "get_free_slots",
"parameters": {
"timeZone": "Europe/London",
"startDate": 1696358400000,
"endDate": 1701388800000
}
}
It always fails with:
Error: API Error: 400 Request failed with status code 400
This happens instead of using my availability tool, and it blocks the assistant from booking.
Thanks!