Table of Contents

Class AnthropicTool

Anthropic version of ToolCall.

public class AnthropicTool
Inheritance
object
AnthropicTool
Derived

Properties

CacheControl

Optional. Create a cache control breakpoint at this content block.

public CacheControl CacheControl { get; set; }

Property Value

CacheControl

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; }

Property Value

AnthropicTypes.ToolType