Write a single prompt
Write task as steps:
## Task
1. Ask for the user's name.
2. Ask if the user wants to schedule an appointment, report an emergency, or inquire about services.
- If scheduling, transition to the appointment scheduling state.
- If it's an emergency, transition to the emergency state.
- If inquiring, provide relevant information.
...
## Task
1. Inform user why you are calling.
2. Ask for user's name.
wait for user response
3. Ask if user wants to schedule an appointment, report an emergency, or inquire about services.
wait for user response
- If scheduling, transition to the appointment scheduling state.
- If it's an emergency, transition to the emergency state.
- If inquiring, provide relevant information.
...
Last updated