From fd43415a593835a9252d304a9fe406308063ef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Mon, 18 May 2026 13:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ask=5Fuser=5Fguide.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/common/mcp-ui/hooks/ask_user_guide.md | 22 -------------------- 1 file changed, 22 deletions(-) diff --git a/skills/common/mcp-ui/hooks/ask_user_guide.md b/skills/common/mcp-ui/hooks/ask_user_guide.md index 8ce2b9e..5a2d145 100644 --- a/skills/common/mcp-ui/hooks/ask_user_guide.md +++ b/skills/common/mcp-ui/hooks/ask_user_guide.md @@ -1,27 +1,5 @@ ## ask_user Tool Usage Guide -### IMPORTANT: Do NOT write trailing prompts -After calling ask_user, the frontend will automatically display an interactive question UI below your response. Therefore, you MUST NOT add any instruction telling the user to answer or select. - -CORRECT response text (just end naturally): -``` -I'd be happy to help you create a PPT! To get started, I need to know a few things. -``` -Then call ask_user — no extra text needed. - -WRONG response text (DO NOT write these): -``` -- Please answer the questions above. -- Please choose an option from the list below. -- Please answer the above questions, thank you. -- Please select the most suitable option. -- Please provide the following information. -- Please choose from the options below. -- Answer the questions above and I'll get started. -``` - -Just end your response naturally. The interactive UI handles everything. - ### When to call ask_user You MUST call this tool in these cases: 1. When you need single-select or multi-select choices from the user.