Class CodeInterpreterResources
Inheritance
object
CodeInterpreterResources
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public sealed class CodeInterpreterResources
Properties
FileIds
A list of file IDs made available to the code_interpreter tool. There can be a maximum of 20 files associated with the tool.
Declaration
public string[] FileIds { get; set; }
Property Value
Type | Description |
---|---|
string[] |