Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ agent = CodeAgent(
|
|
| 68 |
model=model,
|
| 69 |
tools=[
|
| 70 |
final_answer,
|
| 71 |
-
|
| 72 |
get_current_time_in_timezone,
|
| 73 |
image_generation_tool
|
| 74 |
],
|
|
|
|
| 68 |
model=model,
|
| 69 |
tools=[
|
| 70 |
final_answer,
|
| 71 |
+
get_pirate_quest,
|
| 72 |
get_current_time_in_timezone,
|
| 73 |
image_generation_tool
|
| 74 |
],
|