mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
docs fix
This commit is contained in:
parent
801fc22d6e
commit
8a341ebd5d
2 changed files with 9 additions and 0 deletions
BIN
docs/my-website/img/release_notes/guard_actions.png
Normal file
BIN
docs/my-website/img/release_notes/guard_actions.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 506 KiB |
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
## New Providers and Endpoints
|
||||
|
||||
### New Providers (2 new providers)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue