Interface ChatMemoryConfig.TokenWindow

Enclosing interface:
ChatMemoryConfig

public static interface ChatMemoryConfig.TokenWindow
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The maximum number of tokens the configured TokenWindowChatMemory will hold
  • Method Details

    • maxTokens

      @WithDefault("1000") int maxTokens()
      The maximum number of tokens the configured TokenWindowChatMemory will hold