ask-me-again

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Ask Me Again

再次询问我

Re-ask every unanswered question from the assistant's preceding message through native structured input (
AskUserQuestion
in Claude Code,
request_user_input
in Codex).
  • Preserve the question order and any existing options or recommendation.
  • For a question without options, offer two or three mutually exclusive choices. Put the recommended choice first and explain each choice's tradeoff in one sentence.
  • Batch independent questions up to the tool's limit. Ask dependent questions after the earlier answers.
  • When structured input is unavailable, ask one plain-text question at a time.
  • When no unanswered question exists, say so and stop.
通过原生结构化输入(Claude Code中的
AskUserQuestion
,Codex中的
request_user_input
)重新提出助手上一条消息中所有未解答的问题。
  • 保留问题顺序以及任何现有选项或建议。
  • 对于没有选项的问题,提供两到三个互斥选项。将推荐选项放在首位,并用一句话解释每个选项的利弊。
  • 将独立问题批量处理至工具限制范围内。在得到早期问题的答案后再提出依赖问题。
  • 当无法使用结构化输入时,每次提出一个纯文本问题。
  • 当不存在未解答的问题时,说明情况并停止操作。