geekyrakshit's picture
add: off-the-shelf prompt injection guardrail
1d117f2
raw
history blame
245 Bytes
from .injection import PromptInjectionProtectAIGuardrail, PromptInjectionSurveyGuardrail
from .manager import GuardrailManager
__all__ = [
"PromptInjectionSurveyGuardrail",
"PromptInjectionProtectAIGuardrail",
"GuardrailManager",
]