mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-10 13:28:40 +00:00
update prompt-shield to reflect latest changes in agentic
This commit is contained in:
parent
ce0804556b
commit
9c9b834c0f
3 changed files with 45 additions and 5 deletions
|
@ -16,6 +16,8 @@ class BuiltinShield(Enum):
|
|||
prompt_guard = "prompt_guard"
|
||||
code_scanner_guard = "code_scanner_guard"
|
||||
third_party_shield = "third_party_shield"
|
||||
injection_shield = "injection_shield"
|
||||
jailbreak_shield = "jailbreak_shield"
|
||||
|
||||
|
||||
ShieldType = Union[BuiltinShield, str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue