Class CodeInterpreter.FileIdSet
Code interpreter container.
public class CodeInterpreter.FileIdSet
- Inheritance
-
objectCodeInterpreter.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