discourse-ai/lib/modules/ai_bot/commands
Sam a028309cbd
FEATURE: add ai_bot_enabled_chat commands and tune search (#94)
* FEATURE: add ai_bot_enabled_chat commands and tune search

This allows admins to disable/enable GPT command integrations.

Also hones search results which were looping cause the result did not denote
the failure properly (it lost context)

* include more context for google command
include more context for time command

* type
2023-06-21 17:10:30 +10:00
..
categories_command.rb FEATURE: add full bot support for GPT 3.5 (#87) 2023-06-20 08:45:31 +10:00
command.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00
google_command.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00
image_command.rb FIX: avoid storing corrupt prompts (#92) 2023-06-20 15:44:03 +10:00
search_command.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00
summarize_command.rb FEATURE: add full bot support for GPT 3.5 (#87) 2023-06-20 08:45:31 +10:00
tags_command.rb FEATURE: add full bot support for GPT 3.5 (#87) 2023-06-20 08:45:31 +10:00
time_command.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00