Feature
object Feature : AIAgentGraphFeature<MessageTokenizerConfig, MessageTokenizer> , AIAgentNonGraphFeature<MessageTokenizerConfig, MessageTokenizer> (source)
Companion object implementing the AIAgentFeature interface for the MessageTokenizer feature. This feature integrates a message tokenizer into the agent pipeline, allowing for tokenization of input messages. It supports both caching and non-caching tokenization strategies based on the configuration.