Table of Contents

Class ClaudeTokenCount

public class ClaudeTokenCount
Inheritance
object
ClaudeTokenCount

Properties

ContextManagement

Required. Information about context management applied to the message.

public ContextManagement ContextManagement { get; set; }

Property Value

ContextManagement

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