fix bad merge with injection shield?

This commit is contained in:
Ashwin Bharambe 2024-07-20 23:54:32 -07:00
parent 2408bd81c8
commit 0df57c4447
2 changed files with 3 additions and 5 deletions

View file

@ -13,8 +13,6 @@ from toolchain.common.deployment_types import RestAPIExecutionConfig
@json_schema_type
class BuiltinShield(Enum):
llama_guard = "llama_guard"
injection_shield = "injection_shield"
jailbreak_shield = "jailbreak_shield"
code_scanner_guard = "code_scanner_guard"
third_party_shield = "third_party_shield"
injection_shield = "injection_shield"