Class StepServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.threads.runs.StepServiceAsync.WithRawResponse
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public final class StepServiceAsyncImpl.WithRawResponseImpl implements StepServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StepServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<RunStep>>
retrieve(StepRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<StepListPageAsync>>
list(StepListParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
StepServiceAsync.WithRawResponse 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<HttpResponseFor<RunStep>> retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<HttpResponseFor<StepListPageAsync>> list(StepListParams params, RequestOptions requestOptions)
-
-
-
-