fail_step
Method
This is a method of the PlanningAgent class in the specialized module.Mark current step as failed
Signature
Parameters
No description available.
Returns
The result of the operation.
fail_step: Mark current step as failed
This is a method of the PlanningAgent class in the specialized module.Mark current step as failed
def fail_step(&mut self, error: impl Into<String>) -> ()