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