Update app.py
Browse files
app.py
CHANGED
|
@@ -150,9 +150,9 @@ else:
|
|
| 150 |
|
| 151 |
# --- Initialize Agent ---
|
| 152 |
agent_tools = [
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 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 |
]
|