SajithSPY
06/09/2024, 6:13 AMVapi
06/09/2024, 6:14 AMVapi
06/09/2024, 6:15 AMjson
{
"results": [
{
"toolCallId": "X",
"result": "Y"
}
]
}
In this format:
- results
is an array that can contain multiple result objects.
- Each result object within the array has two properties:
- `toolCallId`: This is a unique identifier for the tool call.
- `result`: This is the result of the tool call, which can be a string or any other JSON-compatible data structure depending on the tool's output.
This new format allows for better tracking and handling of multiple tool calls and their respective results. If you need further clarification or assistance, please don't hesitate to ask!Vapi
06/09/2024, 6:15 AMVapi
06/09/2024, 6:16 AMVapi
06/09/2024, 6:16 AM