RunStepsOperations interface
RunSteps 작업을 나타내는 인터페이스입니다.
속성 세부 정보
get
스레드 실행에서 단일 실행 단계를 검색합니다.
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>