AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CodeInterpreterTool

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

    Properties

    Input

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

    Outputs

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