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