Interface StepServiceAsync
-
- All Implemented Interfaces:
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public interface StepServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
StepServiceAsync.WithRawResponse
A view of StepServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract StepServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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(String stepId, StepRetrieveParams params)
Retrieves a run step.
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<RunStep> retrieve(String stepId, StepRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<RunStep> retrieve(StepRetrieveParams params)
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") abstract CompletableFuture<RunStep> retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<StepListPageAsync> list(String runId, StepListParams params)
Returns a list of run steps belonging to a run.
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<StepListPageAsync> list(String runId, StepListParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") CompletableFuture<StepListPageAsync> list(StepListParams params)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") abstract CompletableFuture<StepListPageAsync> list(StepListParams params, RequestOptions requestOptions)
-
-
-
-