{
    "description": {
        "author": "Salesforce",
        "text": [
            "Component that provides a slot for inserting custom content, which is typically used for creating flexible and reusable components.",
            "Selector: src-assistant-panel-context"
        ]
    },
    "elements": [
        {
            "name": "slotContent",
            "selector": {
                "css": ":scope > *:first-child"
            },
            "type": "container",
            "description": "Represents the default slot for content insertion",
            "public": true
        }
    ]
}