> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# choose

> 回答 MineClawd 的待处理澄清问题。

## 用途

响应 MineClawd 发出的待处理 `ask-user-question` 提示。

## 语法

```bash theme={null}
/mineclawd choose
/mineclawd choose <option>
```

`<option>` 可以是：

* `1`, `2`, `3`, ...（预设选项索引）
* `other`（输入自定义聊天文本）
* `skip`（不回答并继续）
* `cancel`（取消待处理的自定义文本输入）

## 示例流程

```bash theme={null}
/mineclawd choose 2
/mineclawd choose other
# 在 60 秒内在普通聊天中输入你的自定义答案
```

## 行为和限制

* 这个命令必须由玩家执行。
* 你只能回答自己待处理的问题。
* 自定义文本输入模式会在 60 秒后超时。

## 常见失败

* `no pending question`：MineClawd 当前没有在等待你的输入。
* `invalid option`：请使用 Tab 补全或有效数字。
* `not waiting for custom text input`：你在非自定义模式下调用了 `cancel`。
