Theia API Documentation v1.70.0
    Preparing search index...
    interface LanguageModelRegistryClient {
        languageModelAdded(metadata: LanguageModelMetaData): void;
        languageModelRemoved(id: string): void;
        onLanguageModelUpdated(id: string): void;
    }

    Implemented by

    Index

    Methods