Enum Nexus\Mcp\Core\Schema\Enum\ResultType

implements BackedEnum

Indicates the type of a Result object, allowing the client to determine how to parse the response. complete - the request completed successfully and the result contains the final content. input_required - the request requires additional input and the result contains an InputRequiredResult object with instructions for the client to provide additional input before retrying the original request.

Cases