Theia API Documentation v1.65.0
    Preparing search index...
    interface PrepareLanguageModelChatModelOptions {
        silent: boolean;
    }
    Index

    Properties

    Properties

    silent: boolean

    Whether or not the user should be prompted via some UI flow, or if models should be attempted to be resolved silently. If silent is true, all models may not be resolved due to lack of info such as API keys.