springModerationResultToKoogModerationResult

Converts a Spring AI SpringModeration to a Koog ModerationResult.

Maps all 11 Spring AI moderation categories to their Koog counterparts, carrying both the detected flag and the confidence score.

If the Spring AI result contains no individual results, returns a non-harmful ModerationResult with an empty category map.

Return

the corresponding Koog moderation result

Parameters

springResult

the Spring AI moderation result to convert