discourse-ai/lib/ai_bot/tools
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
..
dall_e.rb FEATURE: more elegant progress (#409) 2024-01-09 09:20:28 -03:00
db_schema.rb DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
discourse_meta_search.rb FEATURE: new Discourse Helper persona (#473) 2024-02-19 14:52:12 +11:00
github_file_content.rb FEATURE: Add GitHub Helper AI Bot persona and tools (#513) 2024-03-08 06:37:23 +11:00
github_pull_request_diff.rb FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
github_search_code.rb FEATURE: Add GitHub Helper AI Bot persona and tools (#513) 2024-03-08 06:37:23 +11:00
google.rb FIX: support multiple tool calls (#502) 2024-03-02 07:53:21 +11:00
image.rb FEATURE: more elegant progress (#409) 2024-01-09 09:20:28 -03:00
list_categories.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
list_tags.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
option.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
random_picker.rb FEATURE: mentionable personas and random picker tool, context limits (#466) 2024-02-15 16:37:59 +11:00
read.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
search.rb FEATURE: new Discourse Helper persona (#473) 2024-02-19 14:52:12 +11:00
search_settings.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
setting_context.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
summarize.rb DEV: improve internal design of ai persona and bug fix (#495) 2024-02-28 16:46:32 +11:00
time.rb DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
tool.rb FIX: Improve AI persona editor inputs and optional GitHub auth (#518) 2024-03-08 09:54:05 +11:00