Teerth Patel
commited on
Commit
•
d67cfbf
1
Parent(s):
f4fa325
Fix: improperly spelled variable
Browse files
reactagent/agents/agent_research.py
CHANGED
@@ -184,7 +184,7 @@ class ResearchAgent(Agent):
|
|
184 |
fp=full_log,
|
185 |
indent=2,
|
186 |
)
|
187 |
-
|
188 |
|
189 |
self.history_steps.append({
|
190 |
"step_idx": len(env.trace.steps),
|
|
|
184 |
fp=full_log,
|
185 |
indent=2,
|
186 |
)
|
187 |
+
full_log.write('\n')
|
188 |
|
189 |
self.history_steps.append({
|
190 |
"step_idx": len(env.trace.steps),
|