Uses of Interface
de.xima.fc.prompt.service.IPromptQueryOutputDescriptor
Packages that use IPromptQueryOutputDescriptor
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IPromptQueryOutputDescriptor in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptQueryOutputDescriptorModifier and TypeMethodDescriptionIPromptComputeQueryOutputRetVal.outputDescriptor()The output descriptor that defines the structure of the data that can be returned when executing a prompt query. -
Uses of IPromptQueryOutputDescriptor in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptQueryOutputDescriptorModifier and TypeMethodDescriptionDefaultPromptQueryOutputDescriptor.Builder.build()Builds the prompt compute query output return value.Methods in de.xima.fc.prompt.service.defaults with parameters of type IPromptQueryOutputDescriptorModifier and TypeMethodDescriptionDefaultPromptComputeQueryOutputRetVal.Builder.outputDescriptor(IPromptQueryOutputDescriptor outputDescriptor) Sets the output descriptor for the value produced when executing a prompt query.