MessageTokenizer
The MessageTokenizer feature is responsible for handling tokenization of messages using a provided Tokenizer implementation.
Types
Link copied to clipboard
object Feature : AIAgentGraphFeature<MessageTokenizerConfig, MessageTokenizer> , AIAgentFunctionalFeature<MessageTokenizerConfig, MessageTokenizer>
Companion object implementing agent feature, handling MessageTokenizer creation and installation.
Properties
Link copied to clipboard
An instance of PromptTokenizer used to process tokenization of messages and prompts.