Class MessageChatMemoryAdvisor.Builder
java.lang.Object
org.springframework.ai.chat.client.advisor.MessageChatMemoryAdvisor.Builder
- Enclosing class:
- MessageChatMemoryAdvisor
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the advisor.conversationId(String conversationId) Set the conversation id.order(int order) Set the order.scheduler(reactor.core.scheduler.Scheduler scheduler)
-
Method Details
-
conversationId
Set the conversation id.- Parameters:
conversationId- the conversation id- Returns:
- the builder
-
order
Set the order.- Parameters:
order- the order- Returns:
- the builder
-
scheduler
-
build
Build the advisor.- Returns:
- the advisor
-