Table of Contents

Class StepDetails

The details of the run step.

public class StepDetails
Inheritance
object
StepDetails

Properties

MessageCreation

Details of the message creation by the run step.

public MessageInfo MessageCreation { get; set; }

Property Value

MessageInfo

ToolCalls

Details of the tool call.

public ToolCall[] ToolCalls { get; set; }

Property Value

ToolCall[]

Type

Always message_creation.

public string Type { get; set; }

Property Value

string