Package com.openai.services.async
Class ChatServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ChatServiceAsync.WithRawResponse
public final class ChatServiceAsyncImpl.WithRawResponseImpl implements ChatServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ChatServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. ChatCompletionServiceAsync.WithRawResponse
completions()
-
-
Method Detail
-
withOptions
ChatServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
completions
ChatCompletionServiceAsync.WithRawResponse completions()
-
-
-
-