Class ClaudeTool.CacheControl
public class ClaudeTool.CacheControl
- Inheritance
-
objectClaudeTool.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
public string Ttl { get; set; }
Property Value
- string
Type
Required. Available options: ephemeral
public string Type { get; set; }
Property Value
- string