We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36649f3 commit bbf9feaCopy full SHA for bbf9fea
webui.py
@@ -364,7 +364,7 @@ async def run_custom_agent(
364
)
365
history = await agent.run(max_steps=max_steps)
366
367
- history_file = os.path.join(save_agent_history_path, "AgentHistory.json")
+ history_file = os.path.join(save_agent_history_path, f"{agent.agent_id}.json")
368
agent.save_history(history_file)
369
370
final_result = history.final_result()
0 commit comments