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