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