Class StepDetails
The details of the run step.
Inheritance
object
StepDetails
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class StepDetails
Properties
MessageCreation
Details of the message creation by the run step.
Declaration
public MessageInfo MessageCreation { get; set; }
Property Value
Type | Description |
---|---|
MessageInfo |
ToolCalls
Details of the tool call.
Declaration
public ToolCall[] ToolCalls { get; set; }
Property Value
Type | Description |
---|---|
ToolCall[] |
Type
Always message_creation.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |