codeflash-internal/django
Sarthak Agarwal cbfebf8ee4 fix(js-testgen): escape curly braces in prompt template
The JavaScript test generation prompt contained `{fn}` as part of
example code showing import syntax. However, Python's `.format()`
method interprets this as a placeholder and tries to substitute it,
causing a KeyError.

Fixed by escaping the curly braces as `{{fn}}` so they render as
literal `{fn}` in the final prompt.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:50:05 +05:30
..
aiservice fix(js-testgen): escape curly braces in prompt template 2026-02-01 03:50:05 +05:30
.dockerignore local setup (#1898) 2025-11-17 12:35:09 -08:00