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

    Represents a mode that a chat agent can operate in.

    interface ChatMode {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string