mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fallbacks image
This commit is contained in:
parent
641a377d05
commit
2933b213db
2 changed files with 5 additions and 1 deletions
BIN
docs/my-website/img/release_notes/guardrail_fallbacks.png
Normal file
BIN
docs/my-website/img/release_notes/guardrail_fallbacks.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 435 KiB |
|
|
@ -71,7 +71,11 @@ The Skills Marketplace gives teams a self-hosted catalog for discovering, instal
|
|||
|
||||
### Guardrail Fallbacks
|
||||
|
||||
Guardrail pipelines now support an optional `on_error` behavior. When a guardrail check fails or errors out, you can configure the pipeline to fall back gracefully — logging the failure and continuing the request — instead of returning a hard 500 to the caller. This is especially useful for non-critical guardrails where availability matters more than enforcement.
|
||||

|
||||
|
||||
Guardrail pipelines now support an optional `on_api_failure` behavior. When a guardrail check fails or errors out, you can configure the pipeline to fall back gracefully — logging the failure and continuing the request — instead of returning a hard 500 to the caller. This is especially useful for non-critical guardrails where availability matters more than enforcement.
|
||||
|
||||
[Get Started](../../docs/proxy/guardrails/policy_flow_builder)
|
||||
|
||||
### Team Bring Your Own Guardrails
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue