优化ask_user_guide.md
This commit is contained in:
parent
18ad1fe156
commit
fd43415a59
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user