Uses of Interface
de.xima.fc.prompt.service.support.IPromptExecutionObjectGraphPlaceholderReplacerBuilder
Packages that use IPromptExecutionObjectGraphPlaceholderReplacerBuilder
Package
Description
The prompt API is kept intentionally low-level to support a wide range of use cases.
-
Uses of IPromptExecutionObjectGraphPlaceholderReplacerBuilder in de.xima.fc.prompt.service.support
Methods in de.xima.fc.prompt.service.support that return IPromptExecutionObjectGraphPlaceholderReplacerBuilderModifier and TypeMethodDescriptionIPromptExecutionObjectGraphPlaceholderReplacerBuilder.contextPlaceholderResolver(IPromptExecutionReplacerContextResolver contextResolver) Sets an optional context resolver to resolve context placeholders.IPromptExecutionObjectGraphPlaceholderReplacerBuilder.escaper(IPromptExecutionReplacerEscaper escaper) Sets the escaper to escape replaced values.IPromptExecutionCommonsService.objectGraphPlaceholderReplacer()Gets a builder for a replacer that replaces placeholders in the object graph of a deserialized prompt connection or query configuration.IPromptExecutionObjectGraphPlaceholderReplacerBuilder.replacePlaceholdersInTextParameters(boolean replacePlaceholdersInTextParameters) Sets whether to replace placeholders in text parameters.IPromptExecutionObjectGraphPlaceholderReplacerBuilder.replacer(IPromptExecutionReplacer replacer) Sets the replacer to use for replacing placeholders.IPromptExecutionObjectGraphPlaceholderReplacerBuilder.textParameterContextName(String textParameterContextName) Sets the context name for text parameters.IPromptExecutionObjectGraphPlaceholderReplacerBuilder.textParameters(Object textParameters) Sets the text parameters with the data for context placeholders whose context name matches the configuredcontext name.