Package com.openai.services.async
Interface ChatServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ChatServiceAsync.WithRawResponse
A view of ChatServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract ChatCompletionServiceAsync.WithRawResponse
completions()
-
-
Method Detail
-
completions
abstract ChatCompletionServiceAsync.WithRawResponse completions()
-
-
-
-