Does the response that you're sending back look li...
# general-english
s
Does the response that you're sending back look like this structure-wise?:
Copy code
{
  "results": [
    {
      "toolCallId": "call_<string>",
      "result": "the information that the assistant should be utilizing"
    }
  ]
}
2 Views