Class StepServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.runs.StepServiceAsync
public final class StepServiceAsyncImpl implements StepServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
StepServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description StepServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. 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
-
withRawResponse
StepServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
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.
-
-
-
-