Search Results for

    Show / Hide Table of Contents

    Class RunStep

    Inheritance
    object
    OpenAIObject
    RunBase
    RunStep
    Inherited Members
    RunBase.AssistantId
    RunBase.ThreadId
    RunBase.Status
    RunBase.ExpiresAt
    RunBase.StartedAt
    RunBase.CancelledAt
    RunBase.CompletedAt
    RunBase.FailedAt
    RunBase.LastError
    RunBase.Metadata
    RunBase.Usage
    OpenAIObject.Id
    OpenAIObject.Object
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    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
    Type Description
    UnixTime?
    | Edit this page View Source

    RunId

    Declaration
    [JsonProperty("run_id")]
    public string RunId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    StepDetails

    Declaration
    [JsonProperty("step_details")]
    public StepDetails StepDetails { get; set; }
    Property Value
    Type Description
    StepDetails
    | Edit this page View Source

    Type

    Declaration
    [JsonProperty("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation