Class StepServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.runs.StepServiceAsync
public final class StepServiceAsyncImpl implements StepServiceAsync
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<RunStep>
retrieve(BetaThreadRunStepRetrieveParams params, RequestOptions requestOptions)
Retrieves a run step. CompletableFuture<BetaThreadRunStepListPageAsync>
list(BetaThreadRunStepListParams params, RequestOptions requestOptions)
Returns a list of run steps belonging to a run. -
-
Method Detail
-
retrieve
CompletableFuture<RunStep> retrieve(BetaThreadRunStepRetrieveParams params, RequestOptions requestOptions)
Retrieves a run step.
-
list
CompletableFuture<BetaThreadRunStepListPageAsync> list(BetaThreadRunStepListParams params, RequestOptions requestOptions)
Returns a list of run steps belonging to a run.
-
-
-
-