AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ToolOutputsRequest

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

    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