Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -182,10 +182,10 @@ GradioUI(agent).launch()
|
|
182 |
|
183 |
# …the rest of your templates …
|
184 |
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
|
|
|
182 |
|
183 |
# …the rest of your templates …
|
184 |
|
185 |
+
tools = [
|
186 |
+
final_answer, # instance of FinalAnswerTool
|
187 |
+
get_current_time_in_timezone, # @tool function
|
188 |
+
find_overlapping_work_hours, # @tool function
|
189 |
+
# image_generation_tool, # optional
|
190 |
+
]
|
191 |
|