Skip to content

Commit b923820

Browse files
committed
fix: improve clarity in instructions for using filters in fetch_data skill
1 parent de8c6f0 commit b923820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/skills/fetch_data/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When you only need specific fields, pass `columns` with the exact resource colum
1010

1111
# Instructions
1212

13-
To find specific data record you should use filters. ILIKE filters are preferred when we are unsure the input is clear.You can combine filters with OR if you want to search multiple fields.If user queries one record you should try to fetch up to 5 records and if more then one returned return output them all to user and ask to select one. When you communicate about record with user, show its several most important fields.
13+
To find specific data record you should use filters. ILIKE filters are preferred when we are unsure the input is clear. Pass raw search text to LIKE and ILIKE filters; never wrap filter values in SQL wildcards such as `%`. You can combine filters with OR if you want to search multiple fields. If user queries one record you should try to fetch up to 5 records and if more then one returned return output them all to user and ask to select one. When you communicate about record with user, show its several most important fields.
1414

1515
Every record summary must be based on one exact row returned by `get_resource_data`.
1616

0 commit comments

Comments
 (0)