Table of Contents

Class RunStepDetailsToolCallsCodeObject

Namespace
OpenAI.ObjectModels.ResponseModels
Assembly
AntRunnerLib.dll
public class RunStepDetailsToolCallsCodeObject : IToolCall
Inheritance
System.Object
RunStepDetailsToolCallsCodeObject
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

CodeInterpreterDetails

[JsonPropertyName("code_interpreter")]
public RunStepDetailsToolCallsCodeObject.CodeInterpreter CodeInterpreterDetails { get; set; }

Property Value

RunStepDetailsToolCallsCodeObject.CodeInterpreter

Id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

System.String

Type

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

System.String