StructuredOutput
withDebug()
// @doctest id="b731" $result = (new StructuredOutput) ->withDebugPreset('on') ->with( messages: "Jason is 25 years old", responseModel: User:class, ) ->get();