Uses of Interface
de.xima.fc.prompt.mgmt.service.IExecutePromptQueryParams
Packages that use IExecutePromptQueryParams
-
Uses of IExecutePromptQueryParams in de.xima.fc.prompt.mgmt.defaults
Methods in de.xima.fc.prompt.mgmt.defaults that return IExecutePromptQueryParamsModifier and TypeMethodDescriptionDefaultExecutePromptQueryParams.Builder.build()Creates a new prompt execution parameters instance with the configured values. -
Uses of IExecutePromptQueryParams in de.xima.fc.prompt.mgmt.service
Methods in de.xima.fc.prompt.mgmt.service with parameters of type IExecutePromptQueryParamsModifier and TypeMethodDescription<ConnectionConfig, QueryConfig>
IExecutePromptQueryRetValIPromptTypeService.executeQuery(IPromptServiceType<ConnectionConfig, QueryConfig> type, IExecutePromptQueryParams params, ConnectionConfig connectionConfig, QueryConfig queryConfig) Computes the descriptors for the input parameters of the given prompt query.<ConnectionConfig, QueryConfig>
IExecutePromptQueryRetValIPromptTypeService.executeQuery(IPromptServiceType<ConnectionConfig, QueryConfig> type, IExecutePromptQueryParams params, SerializedPromptConfig connectionConfig, SerializedPromptConfig queryConfig) Computes the descriptors for the input parameters of the given prompt query.