why vapi not telling the company names but tool is...
# support
h
@Vapi Support Bot
@User
a
Hello, when testing the assistant. In Logs, what do yo see as the "tool response"?
c
Hey there! It seems like your tool call response format isn’t quite right. You’ll need to adjust it to match the expected format. You can check out the documentation and snippet below for the correct details. Hope this helps! Documentation Link: Tool Call Response Format:
Copy code
{
  "results": [
    {
      "toolCallId": "X",
      "result": "Y"
    }
  ]
}
What the logs actually show:
Copy code
{
      "name": "get_names",
      "role": "tool_call_result",
      "time": 1760025791775,
      "result": "No result returned.",
      "toolCallId": "call_xnXxaLXMvtADx63aq42rThZm",
      "secondsFromStart": 19.609
    },
2 Views