Packages

Secure BEAM sandbox runtime for LLM code mode and MCP aggregation. Run concurrent LLM/tool clients safely while agents orchestrate approved tools, call upstream MCP/OpenAPI servers, and transform data.

Current section

Files

Jump to
ptc_runner priv prompts json-error.md
Raw

priv/prompts/json-error.md

# Text Mode (JSON variant) Error Feedback
Error feedback for text mode JSON validation failures.
<!-- version: 2 -->
<!-- date: 2026-02-18 -->
<!-- changes: Wrap in XML tag -->
<!-- PTC_PROMPT_START -->
<error_feedback>
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}}
</error_feedback>
<!-- PTC_PROMPT_END -->