SamarthPujari commited on
Commit
365f757
·
verified ·
1 Parent(s): bf4d78e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,9 +193,9 @@ agent = CodeAgent(
193
  tools=[
194
  get_current_time_in_timezone,
195
  get_current_weather,
196
- image_generation_tool,
197
  search_tool,
198
- document_qna_tool, # ← New Tool Added
199
  final_answer
200
  ],
201
  max_steps=6,
 
193
  tools=[
194
  get_current_time_in_timezone,
195
  get_current_weather,
196
+ generate_image,
197
  search_tool,
198
+ document_qna_tool,
199
  final_answer
200
  ],
201
  max_steps=6,