AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ToolOutputsRequest

    Inheritance
    object
    AIRequest
    ToolOutputsRequest
    Inherited Members
    AIRequest.Model
    AIRequest.N
    AIRequest.Metadata
    AIRequest.User
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class ToolOutputsRequest : AIRequest

    Properties

    Stream

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

    ToolOutputs

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

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