Class ClaudeTool
Anthropic version of Tool.
Inheritance
ClaudeTool
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ClaudeTool : Tool
Properties
| Edit this page View SourceCache
Optional. Create a cache control breakpoint at this content block.
Declaration
[JsonProperty("cache_control")]
public ClaudeTool.CacheControl Cache { get; set; }
Property Value
| Type | Description |
|---|---|
| ClaudeTool.CacheControl |
Name
Required. Name of the tool.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |