Class RunStep
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class RunStep : RunBase
Properties
|
Edit this page
View Source
ExpiredAt
Declaration
[JsonProperty("expired_at")]
public UnixTime? ExpiredAt { get; set; }
Property Value
|
Edit this page
View Source
RunId
Declaration
[JsonProperty("run_id")]
public string RunId { get; set; }
Property Value
|
Edit this page
View Source
StepDetails
Declaration
[JsonProperty("step_details")]
public StepDetails StepDetails { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Extension Methods