felixmortas commited on
Commit
9937931
·
1 Parent(s): 610ca2c

same as before

Browse files
Files changed (1) hide show
  1. react_agent.py +1 -0
react_agent.py CHANGED
@@ -57,6 +57,7 @@ class ReActAgent:
57
  \n
58
  If needed, use one tool first, then use the output of that tool as an input to another thinking then to the use of another tool.
59
  """
 
60
  # Build the ReAct agent
61
  self.agent = create_react_agent(
62
  model=llm,
 
57
  \n
58
  If needed, use one tool first, then use the output of that tool as an input to another thinking then to the use of another tool.
59
  """
60
+
61
  # Build the ReAct agent
62
  self.agent = create_react_agent(
63
  model=llm,