Class RunStepDetailsToolCallsCodeObject.CodeInterpreter
- Namespace
- OpenAI.ObjectModels.ResponseModels
- Assembly
- AntRunnerLib.dll
public class CodeInterpreter
- Inheritance
-
System.Object
RunStepDetailsToolCallsCodeObject.CodeInterpreter
- 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
[JsonPropertyName("input")]
public string Input { get; set; }
Property Value
- System.String
[JsonPropertyName("outputs")]
public List<object> Outputs { get; set; }
Property Value
- List<System.Object>