sw_revise
Update a proposal draft with simulation parameter changes and design decisions. Specify only the modifications, such as lowering SNR or choosing a baseline metric, without restating the full requirements.
Instructions
差分修正一份提案——用户只说改什么,不必重述整个需求。
overrides 改仿真参数,例如用户说"信噪比降到 5 dB": sw_revise(draft_id, overrides={"snr_range_dB": [0, 5]})
design 记录实验设计层的回答,例如用户说"跟 Type II 码本比,看 NMSE": sw_revise(draft_id, design={"baseline": "3GPP Type II 码本", "metric": "NMSE 与频谱效率损失"})
design 不影响任何仿真参数,但会写进计划书——三个月后回看时, 这部分比参数值有用得多。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | ||
| draft_id | Yes | ||
| overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||