@contio/partner-sdk - v1.7.1
    Preparing search index...

    Function buildChatLink

    • 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).

      Parameters

      • Optionaloptions: ChatDeepLinkOptions

        Optional chat configuration

      • OptionalbaseURL: string

        Override the default base URL

      Returns string

      buildChatLink();
      // https://app.contio.ai/open/?chat=new

      buildChatLink({ message: 'Summarize my meetings this week' });
      // https://app.contio.ai/open/?chat=new&prefill=Summarize+my+meetings+this+week