fallbacks image

This commit is contained in:
shivam 2026-04-14 17:58:11 -07:00
parent 6d2b7b76ad
commit 19629004f5
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 KiB

View File

@ -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 Fallbacks](../../img/release_notes/guardrail_fallbacks.png)
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