Interface IPromptQueryInputDescriptor
- All Superinterfaces:
IPromptQueryIoDescriptor
The input descriptor that defines the structure of the data that passed to a prompt query upon execution. Each prompt
query can take a JSON value and a map of binary files as its input. The input 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