Class ClaudeTokenCount
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class ClaudeTokenCount
Properties
| Edit this page View SourceContextManagement
Required. Information about context management applied to the message.
Declaration
[JsonProperty("context_management")]
public ContextManagement ContextManagement { get; set; }
Property Value
| Type | Description |
|---|---|
| ContextManagement |
InputTokens
Required. The total number of tokens across the provided list of messages, system prompt, and tools.
Declaration
[JsonProperty("input_tokens")]
public int InputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| int |