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