AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class BetaService

    Inheritance
    object
    CRUDServiceBase<OpenAI>
    BetaService
    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
    In this article
    Back to top Generated by DocFX