discourse-ai/assets/javascripts/discourse/lib
Sam a03bc6ddec
FEATURE: Share conversations with AI via a URL (#521)
This allows users to share a static page of an AI conversation with
the rest of the world.

By default this feature is disabled, it is enabled by turning on
ai_bot_allow_public_sharing via site settings

Precautions are taken when sharing

1. We make a carbonite copy
2. We minimize work generating page
3. We limit to 100 interactions
4. Many security checks - including disallowing if there is a mix
of users in the PM.

* Bonus commit, large PRs like this PR did not work with github tool
large objects would destroy context


Co-authored-by: Martin Brennan <martin@discourse.org>
2024-03-12 16:51:41 +11:00
..
ai-bot-helper.js FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
ai-streamer.js FEATURE: even smoother streaming (#420) 2024-01-15 18:51:14 +11:00
copy-conversation.js FIX: unable to share conversations with persona user (#479) 2024-02-20 16:16:23 +11:00
show-ai-helper.js DEV: Make more group-based settings client: false (#474) 2024-02-19 13:26:24 +11:00
utilities.js FEATURE: AI image caption (#470) 2024-02-19 14:56:28 -03:00