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

Update BasicAgent.py

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