From b61e59c61599753a20a342042f4bf6f7efb283fe Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 6 Sep 2026 08:05:40 +0000 Subject: [PATCH] chore: remove unused SYNTHESIS_PROMPT_VERSION spike constant Co-authored-by: Dickson Neoh --- src/tracegrad/synthesize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tracegrad/synthesize.py b/src/tracegrad/synthesize.py index 7f812fb..022d43f 100644 --- a/src/tracegrad/synthesize.py +++ b/src/tracegrad/synthesize.py @@ -29,7 +29,6 @@ from .schema import AttributionResult, Edit from .state import atomic_write_json, initialize -SYNTHESIS_PROMPT_VERSION = 1 MAX_REPROMPTS = 2 DEFAULT_EVIDENCE_QUOTES = 3