Skip to main content

fail_step

Method
This is a method of the PlanningAgent class in the specialized module.
Mark current step as failed

Signature

def fail_step(&mut self, error: impl Into<String>) -> ()

Parameters

error
impl Into<String>
required
No description available.

Returns

Returns
()
The result of the operation.