Uses of Class
org.springframework.ai.chat.client.advisor.PromptChatMemoryAdvisor.Builder
Packages that use PromptChatMemoryAdvisor.Builder
Package
Description
Provides classes for advising chat clients.
-
Uses of PromptChatMemoryAdvisor.Builder in org.springframework.ai.chat.client.advisor
Methods in org.springframework.ai.chat.client.advisor that return PromptChatMemoryAdvisor.BuilderModifier and TypeMethodDescriptionPromptChatMemoryAdvisor.builder(ChatMemory chatMemory) Deprecated, for removal: This API element is subject to removal in a future version.PromptChatMemoryAdvisor.Builder.order(int order) Set the order.PromptChatMemoryAdvisor.Builder.scheduler(reactor.core.scheduler.Scheduler scheduler) PromptChatMemoryAdvisor.Builder.systemPromptTemplate(PromptTemplate systemPromptTemplate) Deprecated, for removal: This API element is subject to removal in a future version.Custom system prompt templates are disabled for PromptChatMemoryAdvisor.