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