mohammedelfeky-ai commited on
Commit
e06c620
·
verified ·
1 Parent(s): f12b87d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -150,9 +150,9 @@ else:
150
 
151
  # --- Initialize Agent ---
152
  agent_tools = [
153
- final_answer_tool,
154
- web_search_tool,
155
- visit_webpage_tool,
156
  create_document, # This is a @tool decorated function, so it's directly usable
157
  get_file_download_link, # Also a @tool decorated function
158
  ]
 
150
 
151
  # --- Initialize Agent ---
152
  agent_tools = [
153
+ final_answer,
154
+ web_search,
155
+ visit_webpage,
156
  create_document, # This is a @tool decorated function, so it's directly usable
157
  get_file_download_link, # Also a @tool decorated function
158
  ]