Package com.openai.services.async
Interface BetaServiceAsync
-
- All Implemented Interfaces:
public interface BetaServiceAsync
-
-
Method Summary
Modifier and Type Method Description abstract VectorStoreServiceAsync
vectorStores()
abstract AssistantServiceAsync
assistants()
abstract ThreadServiceAsync
threads()
-
-
Method Detail
-
vectorStores
abstract VectorStoreServiceAsync vectorStores()
-
assistants
abstract AssistantServiceAsync assistants()
-
threads
abstract ThreadServiceAsync threads()
-
-
-
-