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