Package com.openai.services.async
Class BetaServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.BetaServiceAsync
public final class BetaServiceAsyncImpl implements BetaServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BetaServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. AssistantServiceAsync
assistants()
ThreadServiceAsync
threads()
-
-
Method Detail
-
withRawResponse
BetaServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
assistants
AssistantServiceAsync assistants()
-
threads
ThreadServiceAsync threads()
-
-
-
-