in armor-up-api/src/flows/filterAndRespond.ts [22:32]
await sanitizeUserPrompt(input.prompt)
);
let safe = true;
let aiResponse = "";
if (
modelArmorResponse.sanitizationResult.filterMatchState ===
MatchState.MATCH_FOUND
) {
safe = false;
}