Class CodeInterpreter

CodeInterpreter class

Represents the code interpreter tool resources.

public class CodeInterpreter

Constructors

NameDescription
CodeInterpreter()The default constructor.

Properties

NameDescription
FileIds { get; set; }Gets or sets a list of file IDs made available to the code_interpreter tool. There can be a maximum of 20 files associated with the tool.

See Also