interface GoogleAISafetyHandler {
    handle(response: GoogleLLMResponse): GoogleLLMResponse;
}

Implemented by

Methods

Methods