Update SKILL.md

This commit is contained in:
thrylokya 2026-04-07 17:48:03 +05:30 committed by GitHub
parent b1ebd23ffc
commit 5d512ff1f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -280,7 +280,11 @@ Ask the user to provide:
## Presenting Search Results
Parse the tool response and present **ALL** results as numbered options. Show the image title only — do not display the URL. When the user selects an option, use the URL internally to apply the image.
**Your action MUST use the `ask_followup_question` tool to present search results as options.**
1. **Parse the tool response** — Extract all image results (title and source)
2. **Use `ask_followup_question`** to present ALL results as selectable options. Show the image title only — do not display the URL.
3. **Receive the user's selection** from the tool response
4. **Then** apply the selected image
```
I found 4 images. Which one would you like to use?
@ -302,6 +306,7 @@ I found 4 images. Which one would you like to use?
## Applying the Selected Image
After the user chooses:
1. Confirm the selection with image name and URL