More prompt fixes

This commit is contained in:
Jorge Manrubia
2025-07-23 20:11:18 +02:00
parent 4d3e7bf0af
commit 7a8bf4895c
+2 -2
View File
@@ -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"] } }