Reject
Represents a condition result indicating rejection, optionally with feedback.
This implementation of the ConditionResult interface indicates that a retry condition has failed. It can contain optional feedback parameter which will be passed to the llm for the next retries.
Properties
Link copied to clipboard
Indicates whether the current instance of ConditionResult represents a successful state. Returns true
if the instance is of type Approve, signifying success. Otherwise, returns false
.