Package com.openai.services.blocking
Interface ChatService
-
- All Implemented Interfaces:
public interface ChatService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
ChatService.WithRawResponse
A view of ChatService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ChatService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract ChatCompletionService
completions()
-
-
Method Detail
-
withRawResponse
abstract ChatService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
completions
abstract ChatCompletionService completions()
-
-
-
-