Package com.openai.services.blocking
Interface BetaService
-
- All Implemented Interfaces:
public interface BetaService
-
-
Method Summary
Modifier and Type Method Description abstract VectorStoreService
vectorStores()
abstract AssistantService
assistants()
abstract ThreadService
threads()
-
-
Method Detail
-
vectorStores
abstract VectorStoreService vectorStores()
-
assistants
abstract AssistantService assistants()
-
threads
abstract ThreadService threads()
-
-
-
-