AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ToolOutputsSubmission

    When a run has the status: RequiresAction and Type is SubmitToolOutputs, this endpoint can be used to submit the outputs from the tool calls once they're all completed.

    All outputs must be submitted in a single request.

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

    Submit tool outputs to run

    Properties

    Stream

    If true, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a data: [DONE] message.

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

    ToolCalls

    A list of tools for which the outputs are being submitted.

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