test-room
Session Detail
Transcript
agent
Hello, how can I help you today?
user
I would like to book an appointment
Tool Calls
getAvailableSlots
{
"input": {
"clinicId": "clinic-1"
},
"output": {
"slots": [
"9:00 AM",
"10:00 AM"
]
}
}Summary
- User intent: The user wants to book an appointment. - Outcome: The agent is expected to assist the user in scheduling the appointment. - Follow-up needed: Confirm the date, time, and type of appointment with the user.
Latency
llm150 ms