Class BetaService
public class BetaService : CrudServiceBase<OpenAIClient>
- Inheritance
-
objectBetaService
Constructors
BetaService(OpenAIClient)
Realtime API for creating and managing conversations.
public BetaService(OpenAIClient client)
Parameters
clientOpenAIClient
Properties
Assistants
Build assistants that can call models and use tools to perform tasks.
public BetaService.AssistantService Assistants { get; }
Property Value
Threads
Create threads that assistants can interact with.
public ThreadService Threads { get; }
Property Value
VectorStores
Create and manage vector stores.
public VectorStoreService VectorStores { get; }