mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
Remove leftover commented-out code per greptile review feedback
This commit is contained in:
parent
4196a58b6e
commit
7ebcee7581
1 changed files with 0 additions and 3 deletions
|
|
@ -308,9 +308,6 @@ class XecGuardGuardrail(CustomGuardrail):
|
|||
"model": self.xecguard_model,
|
||||
"scan_type": scan_type,
|
||||
"messages": messages,
|
||||
# XecGuard rejects requests without policy_names; "*" asks the
|
||||
# server to apply every policy bound to this Service Token.
|
||||
# "policy_names": self.policy_names if self.policy_names else ["*"],
|
||||
"policy_names": (
|
||||
self.policy_names if self.policy_names else _DEFAULT_POLICIES
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue