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