Spaces:
Sleeping
Sleeping
ShaswatSingh
commited on
Update wanderlust.py
Browse files- 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
|