geekyrakshit's picture
refactor: SurveyGuardrail to PromptInjectionSurveyGuardrail
c32f628
raw
history blame
158 Bytes
from .injection import PromptInjectionSurveyGuardrail
from .manager import GuardrailManager
__all__ = ["PromptInjectionSurveyGuardrail", "GuardrailManager"]