Hierarchy

  • APIResource
    • Steps

Constructors

Properties

Methods

Constructors

  • Parameters

    Returns Steps

Properties

_client: openai.OpenAI

Methods

  • Returns a list of run steps belonging to a run.

    Parameters

    Returns PagePromise<RunStepsPage, RunStep>

  • Parameters

    • threadId: string
    • runId: string
    • Optional options: RequestOptions<unknown>

    Returns PagePromise<RunStepsPage, RunStep>

  • Retrieves a run step.

    Parameters

    • threadId: string
    • runId: string
    • stepId: string
    • Optional options: RequestOptions<unknown>

    Returns APIPromise<RunStep>

Generated using TypeDoc