Interface AssistantBase

interface AssistantBase {
    assistant_id: string;
    config: Config;
    created_at: string;
    description?: string;
    graph_id: string;
    metadata: Metadata;
    name: string;
    version: number;
}

Hierarchy (view full)

Properties

assistant_id: string

The ID of the assistant.

config: Config

The assistant config.

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.