Skip to content

Commit 15b58f7

Browse files
Update apps/sim/lib/table/llm/enrichment.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 9a44be7 commit 15b58f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/table/llm/enrichment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ INSTRUCTIONS:
150150
3. For multiple conditions wrap them in {"all":[...]} for AND or {"any":[...]} for OR; groups nest
151151
4. Operators: eq, ne, gt, gte, lt, lte, in, nin, like, ilike, nlike, nilike, contains, ncontains, startsWith, endsWith, isNull, isNotNull, isEmpty, isNotEmpty
152152
${wildcardRule}
153-
6. Any column listed below with a restricted operator set accepts ONLY those operators - the query is rejected outright otherwise. A multi-select cell holds a list, so match it by option name with contains, never ilike
153+
6. Any column listed below with a restricted operator set accepts ONLY those operators - the query is rejected outright otherwise. JSON columns reject eq, ne, gt, gte, lt, lte, in, and nin; a multi-select cell holds a list, so match it by option name with contains, never ilike
154154
7. For substring matching on a text column use ilike with *x*
155155
8. For ranking queries (highest, lowest, Nth, top N) set order and a small limit, e.g. limit 1 for the highest, 2 for the second highest
156156
9. Omit limit to return every matching row; the query fails if the result exceeds 5MB, so narrow with a filter instead of guessing a limit

0 commit comments

Comments
 (0)