Class StepServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.runs.StepServiceAsync
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") 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. StepServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<RunStep>
retrieve(StepRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<StepListPageAsync>
list(StepListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
StepServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
StepServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<RunStep> retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<StepListPageAsync> list(StepListParams params, RequestOptions requestOptions)
-
-
-
-