ResultType : string
Tells the client how to read a result before it looks at the body.
Required from 2026-07-28, where a request may come back finished or asking
for input. A client seeing no resultType MUST read it as
self::Complete.
Tags
Table of Contents
Cases
- Complete = 'complete'
- The request finished; the result holds the final content.
- InputRequired = 'input_required'
- The request needs more input before it can finish (MRTR).
Cases
Complete
The request finished; the result holds the final content.
InputRequired
The request needs more input before it can finish (MRTR).