The tool is not receiving the multiple responses this is happening book an appointment
Assistant- what is your name?
Ganesh
Your preferred date and time to book appointment.
Monday
5pm
Checking-Availability
there are busy time slots:Busy slot = 10:00am to 01:00pm.
what happened (the time slot for 5pm is not available)
for 2pm
Checking-Availability
there are busy time slots:Busy slot = 10:00am to 01:00pm.
what happened
it is also not available
3pm
Checking-Availability
there are busy time slots:Busy slot = 10:00am to 01:00pm.
what happened
it is also not available
for 4pm
Checking-Availability
there are busy time slots:busy slot = 10:00am to 01:00pm.
what happened
it is also not available (THE MAKE IS SENDING THE MULTIPLE RESPONSES IN ONE TOOL RUN FOR DIFFERENT BUSY SLOTS ON THE DATE.) HOW CAN I FIX THIS???????) FIRST RESPONSE IS Body {
"results": [
{
"toolCallId": "call_Xrts2R1EEOoBpfuXW4XNWAc9",
"result": " there are busy time slots:Busy slot = 10:00am to 01:00pm."
}
]
} THE SECOND RESPONSE IS {
"results": [
{
"toolCallId": "call_Xrts2R1EEOoBpfuXW4XNWAc9",
"result": " there are busy time slots:busy slot = 02:00pm to 03:00pm."
}
]
} THE THIRD SCENARIO IS {
"results": [
{
"toolCallId": "call_Xrts2R1EEOoBpfuXW4XNWAc9",
"result": " there are busy time slots: Busy slot = 05:00pm to 06:00pm."
}
]
}