Uses of Interface
de.xima.fc.prompt.service.support.IPromptJsonAnswerDescriptorBuilder
Packages that use IPromptJsonAnswerDescriptorBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptJsonAnswerDescriptorBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptJsonAnswerDescriptorBuilderModifier and TypeMethodDescriptionSets the key for the single text property that contains the answer.IPromptParametersService.jsonAnswerDescriptor()Gets a builder for a JSON answer as the output of a query.IPromptJsonAnswerDescriptorBuilder.jsonSchemaOutput(IPromptQueryConfig_JsonSchemaOutput jsonSchemaOutput) Sets the JSON schema output configuration from which to derive the value descriptor.IPromptJsonAnswerDescriptorBuilder.jsonSchemaOutput(JsonSchemaOutput jsonSchemaOutput) Sets the JSON schema output model from which to derive the value descriptor.IPromptJsonAnswerDescriptorBuilder.transformer(IJsonSchemaTransformer transformer) Sets the optional JSON schema transformer to use to transform the schema before deriving the value descriptor.