Class RunStepDetails
- Namespace
- OpenAI.ObjectModels.ResponseModels
- Assembly
- AntRunnerLib.dll
public class RunStepDetails : IEquatable<RunStepDetails>
- Inheritance
-
System.ObjectRunStepDetails
- Implements
-
System.IEquatable<RunStepDetails>
- 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
MessageCreation
[JsonPropertyName("message_creation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public RunStepDetails.RunStepMessageCreation MessageCreation { get; set; }
Property Value
ToolCalls
[JsonPropertyName("tool_calls")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonConverter(typeof(ToolCallsConverter))]
public List<IToolCall> ToolCalls { get; set; }
Property Value
- List<IToolCall>
Type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- System.String