Class TokenCountResponse
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a response to a token count request.
public class TokenCountResponse
- Inheritance
-
TokenCountResponse
- Inherited Members
Properties
InputTokens
The number of input tokens counted.
[JsonPropertyName("input_tokens")]
public int InputTokens { get; init; }