Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionParams
Packages that use IPromptExecutionParams
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 IPromptExecutionParams in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service with parameters of type IPromptExecutionParamsModifier and TypeMethodDescriptionIPromptServiceHandler.executePromptQuery(IPromptExecutionParams<ConnectionConfig, QueryConfig> params) Executes a prompt query using the given parameters, and returns the result of the query. -
Uses of IPromptExecutionParams in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return IPromptExecutionParamsModifier and TypeMethodDescriptionDefaultPromptExecutionParams.Builder.build()Creates a new prompt execution parameters instance with the configured values.