Prabhu
07/03/2024, 6:51 AMVapi
07/03/2024, 6:52 AMmulti_tool_use.parallel
function, which allows multiple tools to be executed at the same time.
Here's a general approach you can take:
1. Make sure that each tool can be called independently and doesn't rely on the output of another tool.
2. Structure your prompt to call the multi_tool_use.parallel
function with the appropriate parameters for each tool.
3. Test the new prompt to ensure that all tools are being executed as expected.
If you provide me with the names of the tools and the parameters they require, I can help you construct a prompt that uses the multi_tool_use.parallel
function to call all three tools simultaneously. If the tools do depend on each other's outputs, we may need to consider a different approach.Vapi
07/03/2024, 6:52 AMPrabhu
07/03/2024, 6:55 AMPrabhu
07/03/2024, 6:57 AMChowderr
07/03/2024, 6:59 AMChowderr
07/03/2024, 7:00 AMChowderr
07/03/2024, 7:01 AMPrabhu
07/03/2024, 7:30 AMSahil
07/03/2024, 8:08 AMPrabhu
07/03/2024, 9:26 AMPrabhu
07/04/2024, 7:10 AMSahil
07/04/2024, 7:33 AMShubham Bajaj
07/04/2024, 11:34 AMServer Message Failed: https://hook.eu2.make.com/padvd88h4e2opn553wfitodji6tl65yb)
Error: {
"message": {
"message": "Request failed with status code 400",
"data": "Queue is full."
}
"AxiosError: Request failed with status code 400
Shubham Bajaj
07/04/2024, 11:35 AMjson
{
"results": [
{
"toolCallId": "X",
"result": "Y"
}
]
}
Prabhu
07/05/2024, 12:47 PMPrabhu
07/06/2024, 7:51 AMShubham Bajaj
07/06/2024, 6:54 PMShubham Bajaj
07/06/2024, 7:14 PMShubham Bajaj
07/06/2024, 7:16 PMPrabhu
07/06/2024, 7:21 PM{
"customer": {
"number": "<phone_number>"
},
"squadId": "<your_squad_id>",
"assistantOverrides": {
"variableValues": {
"name": "John",
"product": "Widget X"
}
},
"phoneNumberId": "<your_phone_number_id>"
}
Is this not correct?Shubham Bajaj
07/06/2024, 8:16 PMjson
{
"squad": {
"members": [
{
"assistantId": "",
"assistantOverrides": {
"variableValues": {
"name": "Richie Rich"
}
}
}
],
"membersOverrides": {
"variableValues": {
"name": "Richie Rich"
}
}
},
"phoneNumberId": "",
"customer": {
"number": ""
}
}
Shubham Bajaj
07/06/2024, 8:17 PM