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

    Properties

    hasError?: boolean

    Whether the last request ended with an error.

    parentSessionId?: string

    ID of the immediate parent session that delegated this one.

    pinnedAgentId?: string

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

    rootSessionId?: string

    ID of the root session in the delegation chain.

    saveDate: number
    sessionId: string
    title: string