AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ToolCall

    Inheritance
    object
    ToolCall
    FunctionCall
    CodeInterpreterCall
    FileSearchCall
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public abstract class ToolCall

    Properties

    Id

    Required. The unique identifier of the tool.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Type

    Required. The type of the tool.

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