Under the hood
Content-policy refusal responses now use the same result-wrapping helper as other API errors
What
The code that builds a refusal message for content-policy violations now wraps its result using the same helper function used elsewhere for API error responses, rather than a separate one.
Why
This aligns refusal responses with the same internal shape as other API errors, which is an internal consistency change rather than something that changes what a user sees.