Theia API Documentation v1.66.0
    Preparing search index...

    Wrapper for persisted chat model data. Includes metadata (version, pinned agent, title) along with the chat model.

    interface SerializedChatData {
        model: SerializedChatModel;
        pinnedAgentId?: string;
        saveDate: number;
        title?: string;
        version: number;
    }
    Index

    Properties

    pinnedAgentId?: string
    saveDate: number
    title?: string
    version: number