Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -429,8 +429,7 @@ def create_agent():
|
|
| 429 |
max_steps=15,
|
| 430 |
verbosity_level=1,
|
| 431 |
name="TravelCatalogueCreator",
|
| 432 |
-
description="Creates comprehensive, personalized travel catalogues with weather forecasts, custom itineraries, packing lists and visual inspiration"
|
| 433 |
-
system_prompt=prompt_config.get("system_prompt", "")
|
| 434 |
)
|
| 435 |
|
| 436 |
print("✅ Agent initialized successfully!")
|
|
|
|
| 429 |
max_steps=15,
|
| 430 |
verbosity_level=1,
|
| 431 |
name="TravelCatalogueCreator",
|
| 432 |
+
description="Creates comprehensive, personalized travel catalogues with weather forecasts, custom itineraries, packing lists and visual inspiration"
|
|
|
|
| 433 |
)
|
| 434 |
|
| 435 |
print("✅ Agent initialized successfully!")
|