Skip to content

Commit

Permalink
Update web_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BaLaurent authored Aug 20, 2024
1 parent 7b574fb commit 4e05975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_osint/web_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def build_web_agent(tools: List[Tool], memory: Optional[BaseChatMemory] = None,
agent=AgentType.CHAT_ZERO_SHOT_REACT_DESCRIPTION,
verbose=True,
memory=memory,
handle_parsing_errors=True,
agent_kwargs=agent_kwargs,
)
return agent_chain

0 comments on commit 4e05975

Please sign in to comment.