AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class RunStepService

    Inheritance
    object
    CRUDServiceBase<OpenAI>
    RunStepService
    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, RequestOptions)

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

    RetrieveAsync(string, string, string, RequestOptions)

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