Enes
02/20/2025, 4:50 PM[
{
"body": "{\n \"results\": [\n {\n \"toolCallId\": \"call_g4LBH87kQ7fmcKFbcVaKKlLV\",\n \"result\": \"These are all available slots: {\"2025-02-21\":[{\"start\":\"2025-02-21T08:30:00.000Z, 2025-02-21T08:45:00.000Z, 2025-02-21T09:00:00.000Z, 2025-02-21T09:15:00.000Z, 2025-02-21T09:45:00.000Z, 2025-02-21T10:30:00.000Z, 2025-02-21T10:45:00.000Z, 2025-02-21T11:30:00.000Z, 2025-02-21T11:45:00.000Z, 2025-02-21T12:30:00.000Z, 2025-02-21T12:45:00.000Z, 2025-02-21T13:15:00.000Z, 2025-02-21T13:45:00.000Z, 2025-02-21T14:30:00.000Z, 2025-02-21T14:45:00.000Z, 2025-02-21T15:30:00.000Z, 2025-02-21T15:45:00.000Z\"}]}\"\n }\n ]\n}",
"status": 200,
"headers": []
}
]
From the Vapi logs:
{
"role": "tool_call_result",
"time": 1740067005339,
"secondsFromStart": 10.043,
"name": "getAvailability",
"result": "No result returned.",
"toolCallId": "call_g4LBH87kQ7fmcKFbcVaKKlLV"
}
Vapi
02/21/2025, 12:32 AMEnes
02/21/2025, 8:14 AMVapi
02/22/2025, 5:19 PMcurrent
{
"results": [
{
"toolCallId": "call_g4LBH87kQ7fmcKFbcVaKKlLV",
"result": "These are all available slots: {"2025-02-21":[{"start":"2025-02-21T08:30:00.000Z, 2025-02-21T08:45:00.000Z, 2025-02-21T09:00:00.000Z, 2025-02-21T09:15:00.000Z, 2025-02-21T09:45:00.000Z, 2025-02-21T10:30:00.000Z, 2025-02-21T10:45:00.000Z, 2025-02-21T11:30:00.000Z, 2025-02-21T11:45:00.000Z, 2025-02-21T12:30:00.000Z, 2025-02-21T12:45:00.000Z, 2025-02-21T13:15:00.000Z, 2025-02-21T13:45:00.000Z, 2025-02-21T14:30:00.000Z, 2025-02-21T14:45:00.000Z, 2025-02-21T15:30:00.000Z, 2025-02-21T15:45:00.000Z"}]}"
}
]
}
expected
{
"results": [
{
"toolCallId": "call_g4LBH87kQ7fmcKFbcVaKKlLV",
"result": "These are all available slots: {"2025-02-21":[{"start":"2025-02-21T08:30:00.000Z"},{"start":"2025-02-21T08:45:00.000Z"},{"start":"2025-02-21T09:00:00.000Z"},{"start":"2025-02-21T09:15:00.000Z"},{"start":"2025-02-21T09:45:00.000Z"},{"start":"2025-02-21T10:30:00.000Z"},{"start":"2025-02-21T10:45:00.000Z"},{"start":"2025-02-21T11:30:00.000Z"},{"start":"2025-02-21T11:45:00.000Z"},{"start":"2025-02-21T12:30:00.000Z"},{"start":"2025-02-21T12:45:00.000Z"},{"start":"2025-02-21T13:15:00.000Z"},{"start":"2025-02-21T13:45:00.000Z"},{"start":"2025-02-21T14:30:00.000Z"},{"start":"2025-02-21T14:45:00.000Z"},{"start":"2025-02-21T15:30:00.000Z"},{"start":"2025-02-21T15:45:00.000Z"}]}"
}
]
}
Enes
02/24/2025, 6:46 PM"body": "{\n \"results\": [\n {\n \"toolCallId\": \"call_3Vr0SnDCfOKyYjnCgJ4Qv6YI\",\n \"result\": \"These are all available slots: {\"2025-02-28\":[{\"start\":\"2025-02-28T08:30:00.000Z\"},{\"start\":\"2025-02-28T08:45:00.000Z\"},{\"start\":\"2025-02-28T09:30:00.000Z\"},{\"start\":\"2025-02-28T09:45:00.000Z\"},{\"start\":\"2025-02-28T10:30:00.000Z\"},{\"start\":\"2025-02-28T10:45:00.000Z\"},{\"start\":\"2025-02-28T12:30:00.000Z\"},{\"start\":\"2025-02-28T12:45:00.000Z\"},{\"start\":\"2025-02-28T13:00:00.000Z\"},{\"start\":\"2025-02-28T13:15:00.000Z\"},{\"start\":\"2025-02-28T13:45:00.000Z\"},{\"start\":\"2025-02-28T14:30:00.000Z\"},{\"start\":\"2025-02-28T14:45:00.000Z\"},{\"start\":\"2025-02-28T15:30:00.000Z\"},{\"start\":\"2025-02-28T15:45:00.000Z\"}]}\"\n }\n ]\n}",
"status": 200,
"headers": []
}
call id: c412712d-886a-4544-b5cd-29c4562e12ecEnes
02/25/2025, 6:07 PM