Class ClaudeTool.CacheControl
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ClaudeTool.CacheControl
Properties
| Edit this page View SourceTtl
Optional. The time-to-live for the cache control breakpoint.
This may be one the following values:
5m: 5 minutes 1h: 1 hour Defaults to 5m.
Available options: 5m, 1h
Declaration
[JsonProperty("ttl")]
public string Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Required. Available options: ephemeral
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |