SafetyEvaluation constructor
const
SafetyEvaluation({
- bool? isUnsafe,
- String? llmReason,
- int? safetyPromptVersion,
- List<
SafetyRule> ? matchedRuleId,
Implementation
const SafetyEvaluation({
this.isUnsafe,
this.llmReason,
this.safetyPromptVersion,
this.matchedRuleId,
});