optionEdge commited on
Commit
7cb9551
Β·
verified Β·
1 Parent(s): 36dac61

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +2 -1
BasicAgent.py CHANGED
@@ -41,7 +41,8 @@ class newAgent:
41
  tools=tools,
42
  model=model,
43
  add_base_tools=True
44
- #*
 
45
  def __call__(self, question: str) -> str:
46
  """ONE question in β†’ ONE pure-text answer out."""
47
  #↓ Replace .run with whatever method actually returns the answer string.
 
41
  tools=tools,
42
  model=model,
43
  add_base_tools=True
44
+ )
45
+ #*
46
  def __call__(self, question: str) -> str:
47
  """ONE question in β†’ ONE pure-text answer out."""
48
  #↓ Replace .run with whatever method actually returns the answer string.