Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ agent = CodeAgent(
|
|
108 |
get_weather,
|
109 |
convert_currency,
|
110 |
DuckDuckGoSearchTool(),
|
111 |
-
|
112 |
image_generation_tool,
|
113 |
],
|
114 |
max_steps=6,
|
|
|
108 |
get_weather,
|
109 |
convert_currency,
|
110 |
DuckDuckGoSearchTool(),
|
111 |
+
interaction_tool,
|
112 |
image_generation_tool,
|
113 |
],
|
114 |
max_steps=6,
|