mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-14 05:06:33 +00:00
04c299410e
* fix(guardrails): Fix PANW Prisma AIRS post-call hook method name - Changed async_post_call_hook to async_post_call_success_hook to match proxy calling convention - Added event_hook parameter to initialization to ensure proper hook registration - Fixes post-call response scanning for PANW Prisma AIRS guardrails Resolves issue where post-call hooks were not being invoked due to method name mismatch. * Update PANW Prisma AIRS tests to use correct method name