Table of Contents

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

Input

[JsonPropertyName("input")]
public string Input { get; set; }

Property Value

System.String

Outputs

[JsonPropertyName("outputs")]
public List<object> Outputs { get; set; }

Property Value

List<System.Object>