Aabbhishekk commited on
Commit
f50885b
1 Parent(s): 4021166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,