Class BetaService
Inherited Members
CRUDServiceBase<OpenAI>.client
CRUDServiceBase<OpenAI>.IsBetaService
CRUDServiceBase<OpenAI>.CustomApiKey
CRUDServiceBase<OpenAI>.CustomBetaHeaders
Namespace: Glitch9.AIDevKit.OpenAI.Services
Assembly: .dll
Syntax
public class BetaService : CRUDServiceBase<OpenAI>
Constructors
BetaService(OpenAI)
Realtime API for creating and managing conversations.
Declaration
public BetaService(OpenAI client)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenAI | client |
Properties
Assistants
Build assistants that can call models and use tools to perform tasks.
Declaration
public BetaService.AssistantService Assistants { get; }
Property Value
| Type | Description |
|---|---|
| BetaService.AssistantService |
Threads
Create threads that assistants can interact with.
Declaration
public ThreadService Threads { get; }
Property Value
| Type | Description |
|---|---|
| ThreadService |
VectorStores
Create and manage vector stores.
Declaration
public VectorStoreService VectorStores { get; }
Property Value
| Type | Description |
|---|---|
| VectorStoreService |