optionEdge commited on
Commit
d749d4b
·
verified ·
1 Parent(s): 0e701d6

Update BasicAgent.py

Browse files
Files changed (1) hide show
  1. BasicAgent.py +1 -1
BasicAgent.py CHANGED
@@ -30,7 +30,7 @@ class newAgent:
30
  #↓ Replace .run with whatever method actually returns the answer string.
31
  return answer
32
 
33
- answer=newAgent.run
34
 
35
  #agent.run(
36
  # "At what temperature and for how long should I bake French baguettes made with type 65 flour?",
 
30
  #↓ Replace .run with whatever method actually returns the answer string.
31
  return answer
32
 
33
+ newAgent.run
34
 
35
  #agent.run(
36
  # "At what temperature and for how long should I bake French baguettes made with type 65 flour?",