Theia API Documentation v1.72.1
    Preparing search index...
    interface ChatSessionMetadata {
        hasError?: boolean;
        location: ChatAgentLocation;
        pinnedAgentId?: string;
        saveDate: number;
        sessionId: string;
        title: string;
    }
    Index

    Properties

    hasError?: boolean

    Whether the last request ended with an error.

    pinnedAgentId?: string

    ID of the agent pinned to the session (used for icon and display name on cards).

    saveDate: number
    sessionId: string
    title: string