No result returned from tools during calls
# support
d
My query is this: I made a make.com tool, for checking availability. The tool works fine when I am send a request in testing panel, but when I'm on call with the assistant, in the call log, the tool has no result returned, however the webhook in make is showing results as well as the toolCallId, can you tell me what I'm doing wrong here? I followed the Syntax to put in webhook from Vapi AI agent, but no avail. This is very tiring because it's working absolutely fine on make and tool testing
m
I'm seeing the same. The tool response I'm sending is { results: [ { result: "...", toolCallId: "..." } ] }
d
Any idea how to fix it?
m
Two helpful things that I found 1. The result property seems to need to be a natural language response 2. Specify the serverUrl on the assistant so you can get logs of the tool call events
By natural language I mean "These are the next available appointments: ... "
k
Hey! To help track down this issue, could you share: - The call ID This would really help us figure out what went wrong!