AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class RunStepService

    Inheritance
    object
    CRUDServiceBase<OpenAI>
    RunStepService
    Inherited Members
    CRUDServiceBase<OpenAI>.client
    CRUDServiceBase<OpenAI>.IsBetaService
    CRUDServiceBase<OpenAI>.CustomApiKey
    CRUDServiceBase<OpenAI>.CustomBetaHeaders
    Namespace: Glitch9.AIDevKit.OpenAI.Services
    Assembly: .dll
    Syntax
    public class RunStepService : CRUDServiceBase<OpenAI>

    Constructors

    RunStepService(OpenAI, params RESTHeader[])

    Declaration
    public RunStepService(OpenAI client, params RESTHeader[] extraHeaders)
    Parameters
    Type Name Description
    OpenAI client
    RESTHeader[] extraHeaders

    Methods

    ListAsync(string, string, CursorQuery, RESTRequestOptions)

    Declaration
    public UniTask<RESTQueryResponse<RunStep>> ListAsync(string threadId, string runId, CursorQuery query = null, RESTRequestOptions options = null)
    Parameters
    Type Name Description
    string threadId
    string runId
    CursorQuery query
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<RESTQueryResponse<RunStep>>

    RetrieveAsync(string, string, string, RESTRequestOptions)

    Declaration
    public UniTask<RunStep> RetrieveAsync(string threadId, string runId, string stepId, RESTRequestOptions options = null)
    Parameters
    Type Name Description
    string threadId
    string runId
    string stepId
    RESTRequestOptions options
    Returns
    Type Description
    UniTask<RunStep>
    In this article
    Back to top Generated by DocFX