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-user.md
# Text Mode (JSON variant) User Message Template
User message template for text mode structured JSON output.
<!-- version: 3 -->
<!-- date: 2026-02-18 -->
<!-- changes: Wrap sections in XML tags -->
<!-- PTC_PROMPT_START -->
<task>
{{task}}
</task>
<expected_output>
{{output_instruction}}
{{field_descriptions}}
Example format:
```json
{{example_output}}
```
</expected_output>
<!-- PTC_PROMPT_END -->