ShaswatSingh commited on
Commit
a318441
·
verified ·
1 Parent(s): 30851ff

Update wanderlust.py

Browse files
Files changed (1) hide show
  1. wanderlust.py +2 -1
wanderlust.py CHANGED
@@ -161,7 +161,8 @@ def generate_itinerary(state: AgentState) -> Dict:
161
  # --- Enhanced Prompt ---
162
  itinerary_prompt = f"""
163
  You are an expert travel planner. Create a detailed and engaging travel itinerary based on the following user preferences:
164
-
 
165
  **User Preferences:**
166
  - Destination: {user_info.get('destination', 'Not specified')}
167
  - Duration: {user_info.get('duration', 'Not specified')} days
 
161
  # --- Enhanced Prompt ---
162
  itinerary_prompt = f"""
163
  You are an expert travel planner. Create a detailed and engaging travel itinerary based on the following user preferences:
164
+ NOTE :- Do not go over the user budget.
165
+
166
  **User Preferences:**
167
  - Destination: {user_info.get('destination', 'Not specified')}
168
  - Duration: {user_info.get('duration', 'Not specified')} days