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

    Represents a mode that a chat agent can operate in.

    interface ChatMode {
        id: string;
        isDefault?: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    isDefault?: boolean
    name: string