ChatMemoryConfig
Configuration for the ChatMemory feature.
Allows configuring how conversation history is stored and loaded for agent-user interactions.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Adds a ChatMemoryPreProcessor to the preprocessing chain.
Link copied to clipboard
Sets the ChatHistoryProvider and returns this config for fluent chaining.
Link copied to clipboard
Adds a FilterMessagesPreProcessor that keeps only messages matching the given predicate.
Link copied to clipboard
Link copied to clipboard
Adds a WindowSizePreProcessor that limits messages to the most recent size entries.