Class CacheControl
Inheritance
object
CacheControl
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CacheControl
Properties
Ttl
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
public string Ttl { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. Available options: ephemeral
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |