langchain.js
    Preparing search index...
    interface AssistantVersion {
        assistant_id: string;
        config: Config;
        context: unknown;
        created_at: string;
        description?: string;
        graph_id: string;
        metadata: Metadata;
        name: string;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assistant_id: string

    The ID of the assistant.

    config: Config

    The assistant config.

    context: unknown

    The assistant context.

    created_at: string

    The time the assistant was created.

    description?: string

    The description of the assistant

    graph_id: string

    The ID of the graph.

    metadata: Metadata

    The assistant metadata.

    name: string

    The name of the assistant

    version: number

    The version of the assistant.