Class ClaudeTokenCount
public class ClaudeTokenCount
- Inheritance
-
objectClaudeTokenCount
Properties
ContextManagement
Required. Information about context management applied to the message.
public ContextManagement ContextManagement { get; set; }
Property Value
InputTokens
Required. The total number of tokens across the provided list of messages, system prompt, and tools.
public int InputTokens { get; set; }
Property Value
- int