su3su2u1 commited on
Commit
4b538da
·
unverified ·
1 Parent(s): 45096c3

Update prompt

Browse files
Files changed (1) hide show
  1. 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: