
What happens when it detects leakage
The filter runs after the upstream model has generated its answer. If the answer matches protected prompt material, SERV returns a safe refusal in the endpoint’s normal response format instead of passing the leaked text to your application. The event is recorded as a safety outcome for internal usage reporting. This is different fromserv_prompt_guard:
Disable the output filter only when revealing the instructions is an intentional part of the request, such as a prompt-transparency or debugging experience.
serv_prompt_guard, and enabling the prompt guard does not disable the content filter.
The filter is designed for system-prompt leakage, not general moderation. Continue to apply your own policy checks for harmful content, personal data, and business actions.

