From 25c3fb90795830ee3f62d3d3d3e8e21ef9ba28e1 Mon Sep 17 00:00:00 2001 From: Valentina Bojan Date: Mon, 7 Sep 2026 14:39:01 +0300 Subject: [PATCH] docs(guardrails): drop LLM-as-judge platform availability note The LLM-as-judge guardrail is now enabled on the platform, so remove the note flagging it as still rolling out. Co-Authored-By: Claude Opus 4.8 --- packages/uipath/docs/core/guardrails.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/uipath/docs/core/guardrails.md b/packages/uipath/docs/core/guardrails.md index 459698252..413857564 100644 --- a/packages/uipath/docs/core/guardrails.md +++ b/packages/uipath/docs/core/guardrails.md @@ -210,10 +210,6 @@ def generate_code(spec: str) -> str: ### LLM-as-judge - -!!! info "Platform Availability" - `LLMAsJudgeValidator` ships in the `uipath` package on PyPI, but the LLM-as-judge guardrail it calls is still rolling out on the platform side and isn't enabled on every tenant yet — regardless of which judge models your governance policy permits. Watch the UiPath product release notes for when it lands. - Evaluates content against a rule written in plain language, using a judge LLM to decide whether the payload complies. Use it for policy checks that are hard to express as fixed entities or rules — tone, topicality, disclaimers, domain-specific policies. ```python