I need help with my functions not coming through i...
# support
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"
    }
  ]
}
3 Views