Uses of Interface
com.alibaba.cloud.ai.graph.agent.hook.TokenCounter
Packages that use TokenCounter
Package
Description
-
Uses of TokenCounter in com.alibaba.cloud.ai.graph.agent.hook
Methods in com.alibaba.cloud.ai.graph.agent.hook that return TokenCounterModifier and TypeMethodDescriptionstatic TokenCounterTokenCounter.approximateMsgCounter()static TokenCounterTokenCounter.approximateMsgCounter(int charsPerToken) Creates a token counter with a custom character-to-token ratio. -
Uses of TokenCounter in com.alibaba.cloud.ai.graph.agent.hook.summarization
Methods in com.alibaba.cloud.ai.graph.agent.hook.summarization with parameters of type TokenCounter -
Uses of TokenCounter in com.alibaba.cloud.ai.graph.agent.interceptor.contextediting
Methods in com.alibaba.cloud.ai.graph.agent.interceptor.contextediting with parameters of type TokenCounterModifier and TypeMethodDescriptionContextEditingInterceptor.Builder.tokenCounter(TokenCounter tokenCounter)