Uses of Interface
de.xima.fc.prompt.service.IPromptQueryRequestObject
Packages that use IPromptQueryRequestObject
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.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptQueryRequestObject in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults with parameters of type IPromptQueryRequestObjectModifier and TypeMethodDescriptionDefaultExecutePromptQueryParams.Builder.requestObject(IPromptQueryRequestObject requestObject) Sets the request object to be used as a parameter for the prompt query execution. -
Uses of IPromptQueryRequestObject in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service that return IPromptQueryRequestObjectModifier and TypeMethodDescriptionIExecutePromptQueryParams.requestObject()Gets the data needed to execute the prompt query. -
Uses of IPromptQueryRequestObject in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptQueryRequestObjectModifier and TypeMethodDescriptionIPromptExecutionParams.requestObject()Gets the data needed to execute the prompt query. -
Uses of IPromptQueryRequestObject in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptQueryRequestObjectMethods in de.xima.fc.prompt.service.defaults with parameters of type IPromptQueryRequestObjectModifier and TypeMethodDescriptionDefaultPromptExecutionParams.Builder.requestObject(IPromptQueryRequestObject requestObject) Sets the request object with the parameters for the prompt query execution. -
Uses of IPromptQueryRequestObject in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type IPromptQueryRequestObjectModifier and TypeMethodDescriptionIPromptExecutionResolveFilesBuilder.requestObject(IPromptQueryRequestObject requestObject) Sets the request object from which to read dynamic files (file parameters).IPromptExecutionResolveTextParametersBuilder.requestObject(IPromptQueryRequestObject requestObject) Sets the request object from which to text parameter values.