Interface StepService
-
- All Implemented Interfaces:
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") public interface StepService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceStepService.WithRawResponseA view of StepService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract StepService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract StepServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RunStepretrieve(String stepId, StepRetrieveParams params)Retrieves a run step. RunStepretrieve(String stepId, StepRetrieveParams params, RequestOptions requestOptions)RunStepretrieve(StepRetrieveParams params)abstract RunStepretrieve(StepRetrieveParams params, RequestOptions requestOptions)StepListPagelist(String runId, StepListParams params)Returns a list of run steps belonging to a run. StepListPagelist(String runId, StepListParams params, RequestOptions requestOptions)StepListPagelist(StepListParams params)abstract StepListPagelist(StepListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract StepService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract StepService 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") RunStep retrieve(String stepId, StepRetrieveParams params)
Retrieves a run step.
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") RunStep retrieve(String stepId, StepRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") RunStep retrieve(StepRetrieveParams params)
-
retrieve
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") abstract RunStep retrieve(StepRetrieveParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StepListPage 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") StepListPage list(String runId, StepListParams params, RequestOptions requestOptions)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") StepListPage list(StepListParams params)
-
list
@Deprecated(message = "The Assistants API is deprecated in favor of the Responses API") abstract StepListPage list(StepListParams params, RequestOptions requestOptions)
-
-
-
-