tv_pine_quick_fix
Apply deterministic, rule-based Pine Script fixes to the current editor source. Returns the patched code if a static rule applies, but overwrites editor contents without saving.
Instructions
Apply deterministic, rule-based Pine Script fixes to the current editor source without calling an LLM. Does NOT save. Returns the patched source if a static rule applied. DESTRUCTIVE: overwrites editor contents (no auto-save).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Optional replacement source. If omitted, reads from the editor. |