Class CacheCreation
Inheritance
object
CacheCreation
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CacheCreation
Properties
Ephemeral1hInputTokens
Required. The number of input tokens used to create the 1 hour cache entry.
Declaration
public int Ephemeral1hInputTokens { get; set; }
Property Value
Type | Description |
---|---|
int |
Ephemeral5mInputTokens
Required. The number of input tokens used to create the 5 minute cache entry.
Declaration
public int Ephemeral5mInputTokens { get; set; }
Property Value
Type | Description |
---|---|
int |