Class AnthropicTool
Anthropic version of ToolCall.
Inheritance
object
AnthropicTool
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class AnthropicTool
Properties
CacheControl
Optional. Create a cache control breakpoint at this content block.
Declaration
public CacheControl CacheControl { get; set; }
Property Value
Type | Description |
---|---|
CacheControl |
Name
Required. Name of the tool.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of the tool.
Declaration
public virtual AnthropicTypes.ToolType Type { get; set; }
Property Value
Type | Description |
---|---|
AnthropicTypes.ToolType |