Package com.openai.services.blocking
Class ChatServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.ChatService.WithRawResponse
public final class ChatServiceImpl.WithRawResponseImpl implements ChatService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ChatService.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. ChatCompletionService.WithRawResponse
completions()
-
-
Method Detail
-
withOptions
ChatService.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
ChatCompletionService.WithRawResponse completions()
-
-
-
-