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