Perseus
    Preparing search index...

    Type Alias UnsupportedWidgetPromptJSON

    A placeholder in prompt JSON for a widget that doesn't support AI tooling.

    type UnsupportedWidgetPromptJSON = {
        isSupported: boolean;
        message?: string;
        type: UnsupportedWidget;
    }
    Index

    Properties

    isSupported: boolean

    Always false.

    message?: string

    Always empty; not used.