`current` { "status": "success", "response": {...
# general-english
s
current
Copy code
{
  "status": "success",
  "response": {
    "fornamn": "Mathias",
    "efternamn": "Degrander",
    "email": "mathias@intelligentbrands.se"
  }
}
expected
Copy code
{
  "results": [
    {
      "toolCallId": "X",
      "result": "Y"
    }
  ]
}
@Pappamats you need to change the response format according to the tools calling required format.