mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 10:27:13 +00:00
* feat(guardrails): Add content masking and streaming support to PANW Prisma AIRS - Add mask_request_content and mask_response_content parameters - Implement content masking for prompts and responses - Add streaming support with real-time masking - Add comprehensive test coverage (28 tests) - Update documentation with masking examples and security notes * fix(guardrails): Fix PANW Prisma AIRS env var fallback and text completion support
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.