Class CodeInterpreterResources
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class CodeInterpreterResources
Properties
| Edit this page View SourceFileIds
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
[JsonProperty("file_ids")]
public string[] FileIds { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |