Class CodeInterpreter
- Namespace
- OpenAI.ObjectModels.RequestModels
- Assembly
- AntRunnerLib.dll
public class CodeInterpreter : IOpenAiModels.IFileIds
- Inheritance
-
System.ObjectCodeInterpreter
- Implements
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
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.
[JsonPropertyName("file_ids")]
public List<string>? FileIds { get; set; }
Property Value
- System.Nullable<List<System.String>>