# JSON Mode Error Feedback

Error feedback for JSON validation failures.

<!-- version: 1 -->
<!-- date: 2026-01-16 -->
<!-- changes: Initial version -->

<!-- PTC_PROMPT_START -->

Your response was not valid JSON or didn't match the expected format.

Error: {{error_message}}

Your response was:
{{invalid_response}}

Please return valid JSON matching this format:
{{expected_format}}

<!-- PTC_PROMPT_END -->
