mukul
01/21/2025, 11:48 AMMayank Sharma
01/21/2025, 11:49 AMMayank Sharma
01/21/2025, 11:49 AMMayank Sharma
01/21/2025, 11:49 AMVapi
01/21/2025, 11:50 AMjson
{ "result": "The operation was successful." }
If the function call returns an object with multiple fields, the response would include those fields in the JSON object, like so:
json
{
"result": {
"message": "The operation was successful.",
"additional_info": "Some more details about the operation."
}
}
These responses are then appended to the conversation, and the assistant will decide what to do with the response based on its system prompt. If you have a specific function in mind that you'd like to call or need more information on how to format the response for a particular scenario, please let me know!Vapi
01/21/2025, 11:50 AMShubham Bajaj
01/21/2025, 3:17 PMmukul
01/22/2025, 5:37 AMShubham Bajaj
01/22/2025, 6:07 AM