Represents a request to count the number of tokens in a list of content items. This is typically used to ensure that input does not exceed model or system limits for processing.
A list of Content objects. Each Content item contains text or data for which the token count will be calculated. The purpose is to assess the total number of tokens across all provided content items, aiding in managing input size constraints.