Table of Contents

Class BetaService

public class BetaService : CrudServiceBase<OpenAIClient>
Inheritance
object
BetaService

Constructors

BetaService(OpenAIClient)

Realtime API for creating and managing conversations.

public BetaService(OpenAIClient client)

Parameters

client OpenAIClient

Properties

Assistants

Build assistants that can call models and use tools to perform tasks.

public BetaService.AssistantService Assistants { get; }

Property Value

BetaService.AssistantService

Threads

Create threads that assistants can interact with.

public ThreadService Threads { get; }

Property Value

ThreadService

VectorStores

Create and manage vector stores.

public VectorStoreService VectorStores { get; }

Property Value

VectorStoreService