Uses of Interface
de.xima.fc.prompt.service.IPromptComputeQueryOutputParams
Packages that use IPromptComputeQueryOutputParams
Package
Description
Contains the internal logic needed to implement the Generic OAI prompt service handler.
Contains the API for a prompt service that abstract the details of a particular provider.
-
Uses of IPromptComputeQueryOutputParams in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.service.logic with parameters of type IPromptComputeQueryOutputParamsModifier and TypeMethodDescriptionGenericOaiPromptServiceHandler.computeQueryOutput(IPromptComputeQueryOutputParams<GenericOaiConnectionConfig, GenericOaiQueryConfig> params) -
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.