We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a4b9fc + 3dfec06 commit b449fd6Copy full SHA for b449fd6
1 file changed
worker_plan_database/app.py
@@ -1399,7 +1399,7 @@ def process_pending_tasks() -> bool:
1399
1400
# write the task prompt to the run_id_dir
1401
plan_file = PlanFile.create(vague_plan_description=prompt, start_time=start_time)
1402
- plan_file.save(str(run_id_dir / FilenameEnum.INITIAL_PLAN.value))
+ plan_file.save(str(run_id_dir / FilenameEnum.INITIAL_PLAN_RAW.value))
1403
1404
with app.app_context():
1405
event_context = {
0 commit comments