set_show_metrics
Control whether the response ends with a metrics footer showing Complexity, Mode, and Accuracy. Disable it by setting enabled to false or status to 'off'.
Instructions
Enable or disable end-of-response metrics badge footer ('Complexity', 'Mode', 'Accuracy'). Pass enabled: false or status: 'off' to suppress footer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 'on' or 'off' | |
| enabled | No | true to show metrics footer, false to suppress it |