td_set_param_bounds
Set parameter safety bounds with enforcement modes (clamp, reject, warn) to constrain values within min, max, and rate limits.
Instructions
Set parameter safety bounds with enforcement mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounds | Yes | One or more parameter safety bounds. Each bound has path, param, and optional min_val / max_val / max_rate. | |
| enforce_mode | No | Enforcement mode: clamp | reject | warn | clamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |