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
Current section
Files
priv/prompts/json-error.md
# 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 -->