failure
Method
This is a method of the StepResult class in the workflows module.Create a failed step result
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
failure: Create a failed step result
This is a method of the StepResult class in the workflows module.Create a failed step result
def failure(agent: impl Into<String>, error: impl Into<String>) -> Self