Spaces:
Sleeping
Sleeping
Update prompt
Browse files- theagent.py +1 -1
theagent.py
CHANGED
|
@@ -84,7 +84,7 @@ class BasicAgent:
|
|
| 84 |
if k in question and v is not None:
|
| 85 |
return v
|
| 86 |
answer = self.agent.run(
|
| 87 |
-
question + " Please break down the questions into easier sub-tasks."
|
| 88 |
)
|
| 89 |
print("the answer", answer)
|
| 90 |
try:
|
|
|
|
| 84 |
if k in question and v is not None:
|
| 85 |
return v
|
| 86 |
answer = self.agent.run(
|
| 87 |
+
question + " Please break down the questions into easier sub-tasks. Please answer concisely"
|
| 88 |
)
|
| 89 |
print("the answer", answer)
|
| 90 |
try:
|