feat: add project id to step model (#3121)

This commit is contained in:
cthomas
2025-07-02 12:03:55 -07:00
committed by GitHub
parent cf75cb67a0
commit 87b23c8a29
8 changed files with 65 additions and 0 deletions

View File

@@ -990,6 +990,7 @@ class Agent(BaseAgent):
),
job_id=job_id,
step_id=step_id,
project_id=self.agent_state.project_id,
)
for message in all_new_messages:
message.step_id = step.id