Hi,
I am creating a custom tool as it is not connecting to my google account, i have created the tool, and it works, but i am for some reason not able to get the fromating down. The tool responds in json that looks like this, which is what this documenation told me to do. So i am confused and need some help. For more info what happens is the tool and run succesfully, but the ai assiant says it is having tehcial issuses. So i am thinking it is the formating of the response, but not 100% sure.
https://docs.vapi.ai/tools/custom-tools-troubleshooting?utm_source=chatgpt.com{
"results": [
{
"toolCallId": "XXXXXX",
"result": "Booking Status: Not Available. Reason: slot_taken. Message: That time is not available.. "
}
]
}