mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 13:44:38 +00:00
fix bad merge with injection shield?
This commit is contained in:
parent
2408bd81c8
commit
0df57c4447
2 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue