/** * Prompts the dashboard queues for the copilot to answer proactively. They are * sent as hidden turns, so the merchant only ever sees Reco's reply. */ /** * Sent when the merchant picks "Let Copilot run it" in the onboarding chain and * lands on their Company ID. Without it the panel opens silent in front of an * empty record, which reads as if the choice did nothing. */ export const COPILOT_LED_SETUP_PROMPT: string = "I just chose to have you run my setup, and I'm on my Company ID page. " + 'Present this page to me first: what the Company ID is, what it changes ' + 'for how AI describes my store, and where my record stands right now. ' + 'Then ask me whether you should read my website for me, on its own. Ask ' + 'about the ChatGPT and Gemini read only afterwards, as a separate question.';