optionEdge commited on
Commit
39ec4fe
Β·
verified Β·
1 Parent(s): 7557d12

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +1 -1
BasicAgent.py CHANGED
@@ -26,7 +26,7 @@ class newAgent:
26
 
27
  def __call__(self, question: str) -> str:
28
  """ONE question in β†’ ONE pure-text answer out."""
29
- ↓ Replace .run with whatever method actually returns the answer string.
30
  return answer
31
 
32
  #agent.run(
 
26
 
27
  def __call__(self, question: str) -> str:
28
  """ONE question in β†’ ONE pure-text answer out."""
29
+ #↓ Replace .run with whatever method actually returns the answer string.
30
  return answer
31
 
32
  #agent.run(