mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 21:48:36 +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
|
@ -11,7 +11,7 @@ from .base import ( # noqa: F401
|
|||
from .code_scanner import CodeScannerShield # noqa: F401
|
||||
from .contrib.third_party_shield import ThirdPartyShield # noqa: F401
|
||||
from .llama_guard import LlamaGuardShield # noqa: F401
|
||||
from .prompt_guard import PromptGuardShield # noqa: F401
|
||||
from .prompt_guard import InjectionShield, JailbreakShield, PromptGuardShield # noqa: F401
|
||||
from .shield_runner import SafetyException, ShieldRunnerMixin # noqa: F401
|
||||
|
||||
transformers.logging.set_verbosity_error()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue