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