Files
agent_jrxml/prompts
panda 9de75d2f25 fix: escape $F{field_N} in correction.md to prevent Python format KeyError
$F{field_N} was being parsed by str.format() as a replacement field,
causing KeyError and crashing correct_jrxml node.
Changed to $F{{field_N}} (double braces -> literal brace in output).
2026-05-23 11:27:31 +08:00
..