Package com.openai.services.async.beta
Class AssistantServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.AssistantServiceAsync
public final class AssistantServiceAsyncImpl implements AssistantServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AssistantServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AssistantServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<Assistant>
create(AssistantCreateParams params, RequestOptions requestOptions)
CompletableFuture<Assistant>
retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
CompletableFuture<Assistant>
update(AssistantUpdateParams params, RequestOptions requestOptions)
CompletableFuture<AssistantListPageAsync>
list(AssistantListParams params, RequestOptions requestOptions)
CompletableFuture<AssistantDeleted>
delete(AssistantDeleteParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
AssistantServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
CompletableFuture<Assistant> create(AssistantCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<Assistant> retrieve(AssistantRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Assistant> update(AssistantUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AssistantListPageAsync> list(AssistantListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<AssistantDeleted> delete(AssistantDeleteParams params, RequestOptions requestOptions)
-
-
-
-