Answer TraeCN Question
traecn_answer_questionProvide the user's decision to resolve an exceptional TraeCN question that the gateway couldn't handle automatically. Routes the answer to the pending prompt and reports the outcome.
Instructions
Resolve an exceptional question from TraeCN that the gateway could not handle mechanically by supplying the user's decision. The gateway routes the answer to the pending visible prompt and reports the outcome. Only call when a pending interaction exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The user's answer to the pending question. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Stable machine-readable result or error code. | |
| error | No | Error identifier or diagnostic when the operation failed. | |
| status | No | Stable operation or task status. | |
| taskId | No | Stable gateway task identifier. | |
| changed | No | Whether visible TraeCN state changed. | |
| message | No | Human-readable outcome summary. | |
| success | No | Whether the operation succeeded. | |
| retryable | No | Whether retrying the same call can succeed later. | |
| nextAction | No | Suggested next step after a failure. | |
| conversationId | No | Stable TraeCN conversation identifier. | |
| resumedTaskIds | No | Gateway tasks resumed automatically after the interaction resolved. |