Uses of Interface
org.springframework.ai.content.MediaContent
Packages that use MediaContent
-
Uses of MediaContent in org.springframework.ai.tokenizer
Methods in org.springframework.ai.tokenizer with parameters of type MediaContentModifier and TypeMethodDescriptionintJTokkitTokenCountEstimator.estimate(MediaContent content) intTokenCountEstimator.estimate(MediaContent content) Estimates the number of tokens in the given message.Method parameters in org.springframework.ai.tokenizer with type arguments of type MediaContentModifier and TypeMethodDescriptionintJTokkitTokenCountEstimator.estimate(Iterable<MediaContent> contents) intTokenCountEstimator.estimate(Iterable<MediaContent> messages) Estimates the number of tokens in the given messages.