Class StepDetails
The details of the run step.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class StepDetails
Properties
| Edit this page View SourceMessageCreation
Details of the message creation by the run step.
Declaration
[JsonProperty("message_creation")]
public MessageInfo MessageCreation { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageInfo |
ToolCalls
Details of the tool call.
Declaration
[JsonProperty("tool_calls")]
public ToolCall[] ToolCalls { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolCall[] |
Type
Always message_creation.
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |