Render a reply for a specific user’s receiver profile
render_replyThe outbound half of the Translation Bridge loop. Takes your draft reply plus the user’s ReceiverProfile and returns deterministic rendering instructions (structure, warmth, explicitness, revision posture, ambiguity handling — each with a why-trace). Apply the instructions to your draft before answering. Call this on every reply to a calibrated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Your draft reply. | |
| profile | Yes | The user’s ReceiverProfile from calibrate_profile. |