Package com.openai.services.async.beta
Class ChatKitServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.beta.ChatKitServiceAsync
public final class ChatKitServiceAsyncImpl implements ChatKitServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ChatKitServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ChatKitServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. ChatKitServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. SessionServiceAsync
sessions()
ThreadServiceAsync
threads()
CompletableFuture<ChatKitUploadFileResponse>
uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
ChatKitServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ChatKitServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
sessions
SessionServiceAsync sessions()
-
threads
ThreadServiceAsync threads()
-
uploadFile
CompletableFuture<ChatKitUploadFileResponse> uploadFile(ChatKitUploadFileParams params, RequestOptions requestOptions)
-
-
-
-