Class ContextManagement
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class ContextManagement
Properties
| Edit this page View SourceOriginalInputTokens
Required. The original token count before context management was applied
Declaration
[JsonProperty("original_input_tokens")]
public int OriginalInputTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| int |