lib/slack/smart-bot/commands.rb in slack-smart-bot-1.14.2 vs lib/slack/smart-bot/commands.rb in slack-smart-bot-1.15.0
- old
+ new
@@ -78,14 +78,24 @@
require_relative "commands/general/set_public_holidays"
require_relative "commands/general/personal_settings"
require_relative "commands/general/teams/memos/add_memo_team_comment"
require_relative "commands/general/teams/memos/see_memo_team"
require_relative 'commands/general/ai/open_ai/open_ai_chat'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_get_prompts'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_delete_session'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_share_session'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_list_sessions'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_add_collaborator'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_use_model'
+require_relative 'commands/general/ai/open_ai/open_ai_chat_copy_session'
require_relative 'commands/general/ai/open_ai/open_ai_generate_image'
require_relative 'commands/general/ai/open_ai/open_ai_variations_image'
require_relative 'commands/general/ai/open_ai/open_ai_edit_image'
require_relative 'commands/general/ai/open_ai/open_ai_models'
require_relative 'commands/general/ai/open_ai/open_ai_whisper'
+require_relative 'commands/general/recap'
+require_relative 'commands/general/summarize'
+require_relative 'commands/general/get_smartbot_readme'
class SlackSmartBot
include SlackSmartBot::Commands::General::AI::OpenAI
include SlackSmartBot::Commands::General::Teams
include SlackSmartBot::Commands::General::Teams::Memos