Uses of Interface
de.xima.fc.prompt.service.IPromptComputeQueryOutputRetVal
Packages that use IPromptComputeQueryOutputRetVal
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 IPromptComputeQueryOutputRetVal in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptComputeQueryOutputRetValModifier and TypeMethodDescription<ConnectionConfig, QueryConfig>
IPromptComputeQueryOutputRetValIPromptTypeService.computeQueryOutput(IPromptServiceType<ConnectionConfig, QueryConfig> type, ConnectionConfig connectionConfig, QueryConfig queryConfig) Computes the descriptors for the output parameters of the given prompt query, using the given configuration.<ConnectionConfig, QueryConfig>
IPromptComputeQueryOutputRetValIPromptTypeService.computeQueryOutput(IPromptServiceType<ConnectionConfig, QueryConfig> type, SerializedPromptConfig connectionConfig, SerializedPromptConfig queryConfig) Computes the descriptors for the output parameters of the given prompt query, using the given configuration. -
Uses of IPromptComputeQueryOutputRetVal in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptComputeQueryOutputRetValModifier and TypeMethodDescriptionIPromptServiceHandler.computeQueryOutput(IPromptComputeQueryOutputParams<ConnectionConfig, QueryConfig> params) Given a prompt query, computes the output parameters that will be returned by theexecutePromptQuerymethod. -
Uses of IPromptComputeQueryOutputRetVal in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptComputeQueryOutputRetValModifier and TypeMethodDescriptionDefaultPromptComputeQueryOutputRetVal.Builder.build()Builds the prompt compute query output return value.