次の方法で共有


RunStepsOperations interface

RunSteps 操作を表すインターフェイス。

プロパティ

get

スレッド実行から 1 つの実行ステップを取得します。

list

スレッド実行から実行ステップの一覧を取得します。

プロパティの詳細

get

スレッド実行から 1 つの実行ステップを取得します。

get: (threadId: string, runId: string, stepId: string, options?: RunStepsGetRunStepOptionalParams) => Promise<RunStep>

プロパティ値

(threadId: string, runId: string, stepId: string, options?: RunStepsGetRunStepOptionalParams) => Promise<RunStep>

list

スレッド実行から実行ステップの一覧を取得します。

list: (threadId: string, runId: string, options?: RunStepsListRunStepsOptionalParams) => PagedAsyncIterableIterator<RunStep, RunStep[], PageSettings>

プロパティ値

(threadId: string, runId: string, options?: RunStepsListRunStepsOptionalParams) => PagedAsyncIterableIterator<RunStep, RunStep[], PageSettings>