AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnthropicTool

    Anthropic version of ToolCall.

    Inheritance
    object
    AnthropicTool
    BashTool
    CodeExecutionTool
    ComputerUseTool
    CustomTool
    TextEditorTool
    WebSearchTool
    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
    In this article
    Back to top Generated by DocFX