Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ agent = CodeAgent(
|
|
79 |
tools=[
|
80 |
final_answer, # Keep this
|
81 |
image_generation_tool, # Image generation
|
82 |
-
|
83 |
-
|
84 |
],
|
85 |
max_steps=6,
|
86 |
verbosity_level=1,
|
|
|
79 |
tools=[
|
80 |
final_answer, # Keep this
|
81 |
image_generation_tool, # Image generation
|
82 |
+
get_current_time_in_timezone, # Already has @tool decorator
|
83 |
+
animal_battle, # Already has @tool decorator
|
84 |
],
|
85 |
max_steps=6,
|
86 |
verbosity_level=1,
|