Skip to main content

update_plan_step_status

Method
This is a method of the Agents class in the agents module.
Update the status of a plan step.

Signature

def update_plan_step_status(step_id: str, status: str) -> bool

Parameters

step_id
str
required
ID of the step to update
status
str
required
New status

Returns

Returns
bool
True if updated, False if not found