mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-04 06:07:12 +08:00
Update SKILL.md
This commit is contained in:
parent
b1ebd23ffc
commit
5d512ff1f0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user