You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces all remaining "Guardian Intrinsics" / "Guardian intrinsics" prose
with "Guardian adapter functions" across 13 doc pages and one deprecation
warning in guardian.py. Not covered by Phase 1 (#1136, symbol-only) or
Phase 4 (#1144, deferred page rewrite) — safe to fix in this sweep.
Also fixes 7 bare [Intrinsics](path) cross-doc links (missing .md suffix,
violating CONTRIBUTING_DOCS.md) by adding the extension and updating link
text to "Adapter functions". No page slugs are renamed; the intrinsics.md
page stays in place until Phase 4.
Assisted-by: Claude Code
Signed-off-by: Nigel Jones <jonesn@uk.ibm.com>
Copy file name to clipboardExpand all lines: docs/docs/examples/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ to run.
61
61
62
62
| Category | What it shows |
63
63
| -------- | ------------- |
64
-
|`intrinsics/`|[Guardian Intrinsics](../how-to/safety-guardrails.md): `guardian_check()` for harm, jailbreak, social bias, groundedness; `policy_guardrails()`; `factuality_detection()` / `factuality_correction()`|
64
+
|`intrinsics/`|[Guardian adapter functions](../how-to/safety-guardrails.md): `guardian_check()` for harm, jailbreak, social bias, groundedness; `policy_guardrails()`; `factuality_detection()` / `factuality_correction()`|
65
65
|`safety/`|*(Examples removed — see [Guardian how-to guide](../how-to/safety-guardrails.md) for the current API. The `RepairTemplateStrategy` gap is tracked in [#1071](https://github.com/generative-computing/mellea/issues/1071).)*|
0 commit comments