AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class BashTool

    Inheritance
    object
    AnthropicTool
    BashTool
    Inherited Members
    AnthropicTool.CacheControl
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class BashTool : AnthropicTool

    Properties

    Name

    Required. Name of the tool.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    AnthropicTool.Name

    Type

    Required. The type of the tool.

    Declaration
    public override AnthropicTypes.ToolType Type { get; }
    Property Value
    Type Description
    AnthropicTypes.ToolType
    Overrides
    AnthropicTool.Type
    In this article
    Back to top Generated by DocFX