Manjunath DC
11/29/2024, 10:30 AMShubham Bajaj
12/02/2024, 1:11 PMtrigger the <tool-name> tool with inputParameter1, inputParameter2, inputParameter3, ..., inputParameterN
NOTE Replace with actual tool name.
- Vapi will send input parameters according to Json Schema.
4. Inside your django api endpoints return the response as:-
json
{
"results": [
{
"toolCallId": "X",
"result": "Y"
}
]
}
NOTE Ensure result is always returned in string format.Shubham Bajaj
12/02/2024, 1:11 PMManjunath DC
12/02/2024, 1:28 PMShubham Bajaj
12/03/2024, 1:58 PMManjunath DC
12/03/2024, 1:59 PM