mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-05 15:08:18 +00:00
9d9562d0e8
* fix(guardrails_ai.py): initial commit adding pre-call hook support for guardrails ai enables running user input through guardrails ai - if set * feat(guardrails_ai.py): working pre call guardrail enables pii detection to work via guardrails ai * feat(guardrails_ai.py): support logging hook enables masking input via guardrails ai on logging integrations * test(test_guardrails_ai.py): add unit test for new input processing function
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/litellm
This folder can only run mock tests.