Uses of Interface
de.xima.fc.prompt.service.IPromptExecutionReplacerBound
Packages that use IPromptExecutionReplacerBound
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptExecutionReplacerBound in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptExecutionReplacerBoundModifier and TypeMethodDescriptiondefault IPromptExecutionReplacerBoundIPromptExecutionReplacer.bindToSettings(IPromptExecutionReplacerSettings settings) Replaces all placeholders in the given input string according to the configuration of this replacer. -
Uses of IPromptExecutionReplacerBound in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support with parameters of type IPromptExecutionReplacerBoundModifier and TypeMethodDescriptionIPromptExecutionResolveTextParametersBuilder.replacer(IPromptExecutionReplacerBound replacer) Sets the optional replacer to use for processing the resolved text parameter values.