Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worker_plan_database/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ def process_pending_tasks() -> bool:

# write the task prompt to the run_id_dir
plan_file = PlanFile.create(vague_plan_description=prompt, start_time=start_time)
plan_file.save(str(run_id_dir / FilenameEnum.INITIAL_PLAN.value))
plan_file.save(str(run_id_dir / FilenameEnum.INITIAL_PLAN_RAW.value))

with app.app_context():
event_context = {
Expand Down