Class AnthropicTool
Anthropic version of ToolCall.
public class AnthropicTool
- Inheritance
-
objectAnthropicTool
- Derived
Properties
CacheControl
Optional. Create a cache control breakpoint at this content block.
public CacheControl CacheControl { get; set; }
Property Value
Name
Required. Name of the tool.
public virtual string Name { get; set; }
Property Value
- string
Type
Required. The type of the tool.
public virtual AnthropicTypes.ToolType Type { get; set; }