Class BetaService
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI.Services
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class BetaService : CrudServiceBase<OpenAIClient>, ICrudService
Constructors
| Edit this page View SourceBetaService(OpenAIClient)
Realtime API for creating and managing conversations.
Declaration
public BetaService(OpenAIClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| OpenAIClient | client |
Properties
| Edit this page View SourceAssistants
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 |