Class RunStep
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class RunStep : RunBase
Properties
ExpiredAt
Declaration
public UnixTime? ExpiredAt { get; set; }
Property Value
Type | Description |
---|---|
UnixTime? |
RunId
Declaration
public string RunId { get; set; }
Property Value
Type | Description |
---|---|
string |
StepDetails
Declaration
public StepDetails StepDetails { get; set; }
Property Value
Type | Description |
---|---|
StepDetails |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |