Onur
08/26/2024, 1:26 PM"tools": [
{
"type": "function",
"messages": [
{
"type": "request-start",
"content": "Ich checke den Kalender"
},
{
"type": "request-complete",
"content": "Alles klar hier einige Termine"
},
{
"type": "request-failed",
"content": "Ich konnte leider keinen Termin finden"
},
{
"type": "request-response-delayed",
"content": "Einen Moment noch",
"timingMilliseconds": 10000
}
],
"function": {
"name": "check_availability",
"parameters": {
"type": "object",
"properties": {
}
},
"description": "Use this function do share available times for a meeting."
},
"async": false,
"server": {
"url": "<URL>"
}
The webhook response from make:
{
"results": [
{
"toolCallId": "call_qHVVdsB1zuYMRMj66qsNWZtE",
"result": "Dienstag: 10:00-15:00, Mittwoch: 14:00-15:00"
}
]
}
The agent reads the message from request-complete
message but stops right after that. Anyone who can help here?Vapi
08/26/2024, 1:27 PMVapi
08/26/2024, 1:28 PMrequest-response-delayed
message to inform the user to wait a bit longer.
4. Check for any errors or exceptions in your code that might be causing the agent to stop unexpectedly.
If you've verified all of these and the issue persists, it might be helpful to look into the logs or debugging information to pinpoint where the breakdown is occurring. If you need further assistance, please don't hesitate to reach out to support for more detailed troubleshooting.
Would you like me to send a notification to our team to look into this issue further for you?Vapi
08/26/2024, 1:28 PMVapi
08/26/2024, 1:30 PMOnur
08/26/2024, 1:31 PMOnur
08/26/2024, 1:41 PMShubham Bajaj
08/26/2024, 2:19 PMShubham Bajaj
08/26/2024, 2:19 PMOnur
08/26/2024, 2:35 PM