Class StepDetails
The details of the run step.
public class StepDetails
- Inheritance
-
objectStepDetails
Properties
MessageCreation
Details of the message creation by the run step.
public MessageInfo MessageCreation { get; set; }
Property Value
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