Theia API Documentation v1.72.1
    Preparing search index...
    interface ChatModelWithMetadata {
        hasError?: boolean;
        lastInteraction?: number;
        model: ChatModel;
        pinnedAgentId?: string;
        title?: string;
    }
    Index

    Properties

    hasError?: boolean

    Whether the last request ended with an error.

    lastInteraction?: number

    Timestamp (ms since epoch) of the last user interaction. Used as the display date for session cards.

    model: ChatModel
    pinnedAgentId?: string
    title?: string