Skip to main content

success

Method
This is a method of the StepResult class in the workflows module.
Create a successful step result

Signature

def success(agent: impl Into<String>, output: impl Into<String>) -> Self

Parameters

agent
impl Into<String>
required
No description available.
output
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.