Package com.t4a.api
Interface GuardRails
- All Known Implementing Classes:
GeminiGuardRails
public interface GuardRails
Interface for checking guard rails
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validateRequest
(String prompt) boolean
validateResponse
(String response)
-
Method Details
-
validateResponse
- Throws:
GuardRailException
-
validateRequest
- Throws:
GuardRailException
-