Table of Contents

Class CodeInterpreter.FileIdSet

Namespace
Glitch9.AIDevKit

Code interpreter container.

public class CodeInterpreter.FileIdSet
Inheritance
object
CodeInterpreter.FileIdSet

Properties

FileIds

Optional. An optional list of uploaded files to make available to your code.

public List<string> FileIds { get; set; }

Property Value

List<string>

Type

Always auto.

public string Type { get; set; }

Property Value

string