{
    "description": {
        "author": "Salesforce",
        "text": [
            "Component that allows users to pick records from a limited set of entities, potentially with multi-selection capabilities. It is enabled or disabled based on a property, and it fetches entity information asynchronously.",
            "Selector: runtime_copilot_base-record-picker-limited-entities"
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "recordPicker",
                "selector": {
                    "css": "runtime_copilot_base-base-record-picker"
                },
                "type": "utam-runtime_copilot_base/pageObjects/baseRecordPicker",
                "description": "Represents the record picker custom component which allows users to select records.",
                "nullable": true,
                "wait": true,
                "public": true
            }
        ]
    }
}