Uses of Interface
de.xima.fc.prompt.service.IPromptComputeQueryOutputParams
Packages that use IPromptComputeQueryOutputParams
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IPromptComputeQueryOutputParams in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service with parameters of type IPromptComputeQueryOutputParamsModifier and TypeMethodDescriptionIPromptServiceHandler.computeQueryOutput(IPromptComputeQueryOutputParams<ConnectionConfig, QueryConfig> params) Given a prompt query, computes the output parameters that will be returned by theexecutePromptQuerymethod.