dawid-lorek commited on
Commit
6615752
·
verified ·
1 Parent(s): 536b7f7

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -130,8 +130,8 @@ class GaiaAgent:
130
 
131
  def retry_fallback(self, question):
132
  try:
133
- prompt = f"Answer concisely and factually:
134
- Question: {question}"
135
  return self.ask(prompt)
136
  except:
137
  return "[RETRY FAILED]"
 
130
 
131
  def retry_fallback(self, question):
132
  try:
133
+ prompt = f"""Answer concisely and factually:
134
+ Question: {question}"""
135
  return self.ask(prompt)
136
  except:
137
  return "[RETRY FAILED]"