ask_user
Prompt the user for more information when the AI needs clarification or encounters uncertainty. Supports single or multiple questions, options, and importance markers.
Instructions
当 AI 需要更多信息、遇到不确定因素时使用。向用户提问工具,AI 可主动向用户提问;支持单个或多个问题、提供选项、标注重要性;可在任何时候使用
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | 为什么要问这个问题(提问原因) | |
| context | No | 问题的背景信息或上下文 | |
| question | No | 单个问题(如'你希望支持哪些支付方式?') | |
| questions | No | 多个问题列表,每个问题可包含 question、context、options、required 字段 |