AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ToolOutput

    Inheritance
    object
    ToolOutput
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class ToolOutput

    Properties

    Output

    The Output of the Tool call to be submitted to continue the run.

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

    ToolCallId

    The ID of the Tool call in the required_action object within the run object the Output is being submitted for.

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