Class CodeInterpreter.FileIdSet
Code interpreter container.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class CodeInterpreter.FileIdSet
Properties
| Edit this page View SourceFileIds
Optional. An optional list of uploaded files to make available to your code.
Declaration
[JsonProperty("file_ids")]
public List<string> FileIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
Type
Always auto.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |