diff --git a/docs/my-website/img/release_notes/guard_actions.png b/docs/my-website/img/release_notes/guard_actions.png new file mode 100644 index 00000000000..ef705828188 Binary files /dev/null and b/docs/my-website/img/release_notes/guard_actions.png differ diff --git a/docs/my-website/release_notes/v1.81.12.md b/docs/my-website/release_notes/v1.81.12.md index 047043dac73..7cbfc0c02a8 100644 --- a/docs/my-website/release_notes/v1.81.12.md +++ b/docs/my-website/release_notes/v1.81.12.md @@ -18,6 +18,7 @@ hide_table_of_contents: false import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import Image from '@theme/IdealImage'; @@ -50,6 +51,14 @@ pip install litellm==1.81.12.rc1 --- +--- + +## Guardrail Action Builder + +This release adds a visual action builder for guardrail policies with conditional execution support. You can now chain guardrails into multi-step pipelines — if a simple guardrail fails, route to an advanced one instead of immediately blocking. Each step has configurable ON PASS and ON FAIL actions (Next Step, Block, or Allow), and you can test the full pipeline with a sample message before saving. + +![Guardrail Action Builder](../img/release_notes/guard_actions.png) + ## New Providers and Endpoints ### New Providers (2 new providers)