Update SKILL.md

This commit is contained in:
thrylokya 2026-04-07 16:19:36 +05:30 committed by GitHub
parent ca8b0f9744
commit 4c2cddc5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,11 +33,12 @@ Universal routing skill for searching and retrieving existing images and media.
When a user requests to find an image:
**Your first response MUST be plain text only — zero tool calls.** You MUST follow this sequence:
**Your first action MUST use the ask_followup_question tool to present search sources.**
1. **Use ask_followup_question** to present available search sources as options
2. **Receive the user's selection** from the tool response
3. **Then** call the appropriate search tool based on their choice
1. **First response MUST be text only:** A numbered list of search sources for the user. No tool calls of any kind.
2. **Wait for user to reply** with their selected option number
3. **Only then** call the appropriate search tool (this is the FIRST tool call in the entire interaction)
**Example of what NOT to do:**
- ❌ Calling ANY tool before the user picks a source (MCP tools, file reads, descriptor checks, etc.)