record_execution
Captures whether a user executed or rejected an investment decision, with optional reason, and appends the record to an immutable audit ledger.
Instructions
记录用户对某决议的执行/拒绝 + 原因(幂等追加账本)。 用户说"我没买/我买了/我不同意"时调用;拒绝时先问一句原因。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| executed | Yes | ||
| trade_ids | No | ||
| decision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |