Interface ChatMemoryConfig.TokenWindow
- Enclosing interface:
- ChatMemoryConfig
public static interface ChatMemoryConfig.TokenWindow
-
Method Summary
Modifier and TypeMethodDescriptionint
The maximum number of tokens the configuredTokenWindowChatMemory
will hold
-
Method Details
-
maxTokens
@WithDefault("1000") int maxTokens()The maximum number of tokens the configuredTokenWindowChatMemory
will hold
-