Represents a successful result of an operation, wrapping a specific tool result and its corresponding content.
The type of the tool result.
The associated content describing or representing the result in string format.
The tool result
Casts the current object to a Failure type.
Failure
Casts the current instance of Result to a Success type if it is a successful result.
Result
Success
Determines whether the current instance represents a failure state.
Determines if the current result represents a successful operation.