Spaces:
Sleeping
Sleeping
Update BasicAgent.py
Browse files- 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 |
#)
|