From e3c5f1b124ac19adf66022315958ace5f4b4850b Mon Sep 17 00:00:00 2001 From: thrylokya Date: Tue, 24 Mar 2026 16:43:26 +0530 Subject: [PATCH] Update SKILL.md --- skills/searching-media/SKILL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/skills/searching-media/SKILL.md b/skills/searching-media/SKILL.md index 69a7dc8..ab6958d 100644 --- a/skills/searching-media/SKILL.md +++ b/skills/searching-media/SKILL.md @@ -177,7 +177,7 @@ After the user selects an option, execute the corresponding search method below. "searchLanguage": "en_US", "channelIds": "", "channelType": "PublicUnauthenticated", - "contentTypeFqns": "sfdc_cms__image", + "contentTypeFqn": "sfdc_cms__image", "pageOffset": 0, "searchLimit": 5 }] @@ -190,7 +190,7 @@ After the user selects an option, execute the corresponding search method below. - `searchLanguage`: Locale with underscore (e.g., `en_US`) - `channelIds`: Always empty string - `channelType`: Always `"PublicUnauthenticated"` -- `contentTypeFqns`: Always `"sfdc_cms__image"` +- ``: Always `"sfdc_cms__image"` - `pageOffset`: Start at `0`, increment by `searchLimit` for pagination - `searchLimit`: Default `5`, adjust if user requests more @@ -205,7 +205,7 @@ Query: "luxury apartment with river view" "searchLanguage": "en_US", "channelIds": "", "channelType": "PublicUnauthenticated", - "contentTypeFqns": "sfdc_cms__image", + "": "sfdc_cms__image", "pageOffset": 0, "searchLimit": 5 }] @@ -221,7 +221,7 @@ Query: "bright spacious room" (no concrete nouns) "searchLanguage": "en_US", "channelIds": "", "channelType": "PublicUnauthenticated", - "contentTypeFqns": "sfdc_cms__image", + "": "sfdc_cms__image", "pageOffset": 0, "searchLimit": 5 }] @@ -237,7 +237,7 @@ Query: "car images" (no descriptive terms) "searchLanguage": "en_US", "channelIds": "", "channelType": "PublicUnauthenticated", - "contentTypeFqns": "sfdc_cms__image", + "": "sfdc_cms__image", "pageOffset": 0, "searchLimit": 5 }]