Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,7 @@ agent = CodeAgent(
|
|
59 |
tools=[
|
60 |
final_answer,
|
61 |
image_generation_tool,
|
|
|
62 |
], ## add your tools here (don't remove final answer)
|
63 |
max_steps=6,
|
64 |
verbosity_level=1,
|
|
|
59 |
tools=[
|
60 |
final_answer,
|
61 |
image_generation_tool,
|
62 |
+
get_current_time_in_timezone,
|
63 |
], ## add your tools here (don't remove final answer)
|
64 |
max_steps=6,
|
65 |
verbosity_level=1,
|