resultType property

String resultType
getter/setter pair

Indicates how the client should parse this result.

'complete' means the result contains the final content. Other values (e.g. 'input_required') signal that the payload is actually an InputRequiredResult.

Implementation

String resultType;