AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ToolConfiguration

    Inheritance
    object
    ToolConfiguration
    Namespace: Glitch9.AIDevKit.Anthropic
    Assembly: .dll
    Syntax
    public class ToolConfiguration

    Properties

    AllowedTools

    Optional.

    Declaration
    public List<string> AllowedTools { get; set; }
    Property Value
    Type Description
    List<string>

    Enabled

    Optional.

    Declaration
    public bool? Enabled { get; set; }
    Property Value
    Type Description
    bool?
    In this article
    Back to top Generated by DocFX