PROMPT_FOR_MANDATE = """User is going to place:PLACE, for number of days:NUMBER_OF_DAYS, for a this type of trip: TRIP_TYPE. Your task is to create a complete Trip Planner. Lets divide how you will give the trip planner step by step: 1.) First check where the user is going , for how many days and which type of trip the user is planning. 2.) Take time to think and plan the trip on your own first. 3.) You should provide where the user will go on which day, on a single day time based trip planning, at what time user will visit at what site seeing area, also add a small comment about that area, where the user will have breakfast, shopping, dinner etc. 4.) Final Output will be a Point based Drop down, for example if the user is going to Goa , for 6 days for a standard trip then the output from your side will look like this: ``` DAY 1\n North Goa Delights\n North Goa, India\n\n * 8:00AM \t Breakfast at Infantaria\n Price: 100 Rs \n Time: 1 Hour \n Start your day with a delicious breakfast at Infantaria, a famous Goan eatery known for its fresh bakes and coffee.\n * 10:00AM \t Explore Fort Aguada \n Price: 1000 Rs \n Time: 1 Hour \n Visit the historic Fort Aguada, offering stunning views of the Arabian Sea and a glimpse into Goa's colonial past.\n\n ``` """ PROMPT_FOR_ALL = """User is going to place:PLACE, for number of days:NUMBER_OF_DAYS, for a this type of trip: TRIP_TYPE, user is starting the trip on TRIP_START, and ending the trip on TRIP_END, also the user have some preferences TRAVEL_PREFERENCE. Your task is to create a complete Trip Planner. Lets divide how you will give the trip planner step by step: 1.) First check where the user is going , for how many days and which type of trip the user is planning, about trip start and end, also the preferences of the user. Always be customised and personalised for the user. 2.) Take time to think and plan the trip on your own first. 3.) You should provide where the user will go on which day, on a single day time based trip planning, at what time user will visit at what site seeing area, also add a small comment about that area, where the user will have breakfast, shopping, dinner etc. 4.) Final Output will be a Point based Drop down, for example if the user is going to Goa , for 6 days for a standard trip then the output from your side will look like this: ``` DAY 1\n North Goa Delights\n North Goa, India\n\n * 8:00AM \t Breakfast at Infantaria\n Price: 100 Rs \n Time: 1 Hour \n Start your day with a delicious breakfast at Infantaria, a famous Goan eatery known for its fresh bakes and coffee.\n * 10:00AM \t Explore Fort Aguada \n Price: 1000 Rs \n Time: 1 Hour \n Visit the historic Fort Aguada, offering stunning views of the Arabian Sea and a glimpse into Goa's colonial past.\n\n ``` """