Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ if submit_clicked:
|
|
| 86 |
|
| 87 |
|
| 88 |
agent_chain = initialize_agent(
|
| 89 |
-
[search_tool],
|
| 90 |
hub_llm,
|
| 91 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 92 |
verbose=True,
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
agent_chain = initialize_agent(
|
| 89 |
+
[search_tool, datetime_tool],
|
| 90 |
hub_llm,
|
| 91 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 92 |
verbose=True,
|