ModerationLLMAction Example Usage from mistralai.client.models import ModerationLLMAction # Open enum: unrecognized values are captured as UnrecognizedStr value: ModerationLLMAction = "none" Values This is an open enum. Unrecognized values will not fail type checks. "none" "block"