Skip to content

Commit

Permalink
rename step5 to step4 and step6 to step5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Oct 3, 2023
1 parent 45c6076 commit 858fef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superagi/agent/workflow_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ def build_recruitment_workflow(cls, session):
"Check if the resume matches High-Level GOAL")

step4 = AgentWorkflowStep.find_or_create_tool_workflow_step(session, agent_workflow.id,
str(agent_workflow.id) + "_step5",
str(agent_workflow.id) + "_step4",
SendEmailTool().name,
"Write a custom acceptance Email to the candidates")

step5 = AgentWorkflowStep.find_or_create_tool_workflow_step(session, agent_workflow.id,
str(agent_workflow.id) + "_step6",
str(agent_workflow.id) + "_step5",
SendEmailTool().name,
"Write a custom Reject Email to the candidates")

Expand Down

0 comments on commit 858fef9

Please sign in to comment.