From 7a8bf4895c92fb5b2ff7530b4cc8e525eb69d85a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 23 Jul 2025 20:11:18 +0200 Subject: [PATCH] More prompt fixes --- app/models/command/ai/translator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/command/ai/translator.rb b/app/models/command/ai/translator.rb index 07c4069f7..b6cfa766a 100644 --- a/app/models/command/ai/translator.rb +++ b/app/models/command/ai/translator.rb @@ -172,9 +172,9 @@ class Command::Ai::Translator When user explicitly asks for cards about some topic, use the `terms` filter with the topic. Consider this is the case when the user refers to cards, todos, bugs, issues, stuff, etc. related to some topic or trait. - Never filter by terms like "bugs" or "cards". Consider those implicit in the query. + Never filter by terms like "bugs", "issues", "cards", etc. Consider those implicit in the query. - Pass the expression as an array of a single element with the expression, not as an array of words. + Pass the terms to filter as a single-element array. - zoom issues → { context: { terms: ["zoom"] } } - apple and android issues → { context: { terms: ["apple and android"] } }