Theia API Documentation v1.67.0
    Preparing search index...
    interface ChatWelcomeMessageProvider {
        defaultAgent?: string;
        hasReadyModels?: boolean;
        modelRequirementBypassed?: boolean;
        onStateChanged?: Event<void>;
        renderDisabledMessage?(): ReactNode;
        renderWelcomeMessage?(): ReactNode;
    }

    Implemented by

    Index

    Properties

    defaultAgent?: string
    hasReadyModels?: boolean
    modelRequirementBypassed?: boolean
    onStateChanged?: Event<void>

    Methods