diff --git a/lib/modules/ai_bot/commands/search_command.rb b/lib/modules/ai_bot/commands/search_command.rb index 09ceb92f..32371f40 100644 --- a/lib/modules/ai_bot/commands/search_command.rb +++ b/lib/modules/ai_bot/commands/search_command.rb @@ -73,7 +73,11 @@ module DiscourseAi::AiBot::Commands end def custom_system_message - "You were trained on OLD data, lean on search to get up to date information about this forum" + <<~TEXT + You were trained on OLD data, lean on search to get up to date information about this forum + When searching try to SIMPLIFY search terms + Discourse search joins all terms with AND. Reduce and simplify terms to find more results. + TEXT end end