Spaces:
Build error
Build error
Markiian Tsalyk
commited on
Commit
·
3064810
1
Parent(s):
61be22b
upd
Browse files- llama_index_agent.py +1 -1
llama_index_agent.py
CHANGED
|
@@ -109,7 +109,7 @@ class LlamaIndexAgent:
|
|
| 109 |
self.agent = ReActAgent.from_tools(
|
| 110 |
[
|
| 111 |
reverse_tool,
|
| 112 |
-
final_answer_tool,
|
| 113 |
web_search_tool,
|
| 114 |
wikipedia_search_tool,
|
| 115 |
multiply_tool,
|
|
|
|
| 109 |
self.agent = ReActAgent.from_tools(
|
| 110 |
[
|
| 111 |
reverse_tool,
|
| 112 |
+
# final_answer_tool,
|
| 113 |
web_search_tool,
|
| 114 |
wikipedia_search_tool,
|
| 115 |
multiply_tool,
|