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
Parameters
ID of the step to update
New status
Returns
True if updated, False if not found
Update the status of a plan step.
This is a method of the Agents class in the agents module.Update the status of a plan step.
def update_plan_step_status(step_id: str, status: str) -> bool