Build a deep-link URL that opens a fresh AI chat sidebar, optionally pre-filling the input with a message (the message is not submitted automatically — the user can review before sending).
Optional
Optional chat configuration
Override the default base URL
buildChatLink();// https://app.contio.ai/open/?chat=newbuildChatLink({ message: 'Summarize my meetings this week' });// https://app.contio.ai/open/?chat=new&prefill=Summarize+my+meetings+this+week Copy
buildChatLink();// https://app.contio.ai/open/?chat=newbuildChatLink({ message: 'Summarize my meetings this week' });// https://app.contio.ai/open/?chat=new&prefill=Summarize+my+meetings+this+week
Build a deep-link URL that opens a fresh AI chat sidebar, optionally pre-filling the input with a message (the message is not submitted automatically — the user can review before sending).