CodeInterpreter.FileIds

CodeInterpreter.FileIds property

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.

public List<string> FileIds { get; set; }

See Also