class AutomationDashboard extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
Generate custom automation scripts powered by predictive AI
Your custom automation code will appear here...
Description: ${result.generated_code.description}
${result.generated_code.code}