This commit is contained in:
Ishaan Jaffer 2026-02-14 17:08:33 -08:00
parent 801fc22d6e
commit 8a341ebd5d
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

View file

@ -18,6 +18,7 @@ hide_table_of_contents: false
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Image from '@theme/IdealImage';
<Tabs>
<TabItem value="docker" label="Docker">
@ -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)