Interface IPromptQueryOutputDescriptor
- All Superinterfaces:
IPromptQueryIoDescriptor
The output descriptor that defines the structure of the data that returned when executing the prompt query. Each
prompt query can return a JSON value and a map of binary files. The output descriptor describes (a) the structure of
that JSON value via
jsonDescriptor; and (b) which file types are available for which map
key via fileDescriptor.- Since:
- 8.5.0
-
Method Summary
Methods inherited from interface IPromptQueryIoDescriptor
fileDescriptor, jsonDescriptor