AI DevKit
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 for OpenAI. The type of the tool.

    Declaration
    public ToolType? Type { get; set; }
    Property Value
    Type Description
    ToolType?

    Extension Methods

    ConverterExtensions.ToAnthropicTool(ToolCall)
    In this article
    Back to top Generated by DocFX