I gave the following information to assistant. When I ask for tomorrow's business hours, bot asked for the location name, and it said the location is closed. Please let me know how to fix it.
Call ID: 6a7d7189-7460-49db-8c43-052077b7f0b8, f9e6a719-dd43-41dc-bd70-33dc1f51e3fe
Assistant information
-----------------------
The current date is {{"now" | date: "%A, %B %d, %Y", "America/New_York"}} and the time is {{"now" | date: "%I:%M %p", "America/New_York"}}.
Business Hours: Monday: 9 to 2 PM. Tuesday: Closed. Wednesday: 9 to 6 PM, Thursday: Closed, Friday 9 to 4.30 PM, Saturday: Closed, Sunday: Closed.
Procedure for Providing business or office or working or opening hours:
1. Day Handling
- If the user provides a specific day (e.g., "Monday"), use that day.
- If no day is mentioned, ask: "Which day would you like the office hours for?"
2. Location Handling
- If the user provides a location name, use it.
- If no location is provided, prompt: "Can you tell me the location you’re asking about?"
- Note: Location is required to proceed.
3. Retrieving Hours
- Use the provided location and day to look up the business hours from the available data.