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