Evaluate findings from Model Armor.
evaluate(
self,
content: str,
findings: SanitizationResult,
config: Optional[RunnableConfig] = None
) -> bool| Name | Type | Description |
|---|---|---|
content* | str | User prompt or model response. |
findings* | SanitizationResult |
|
config | Optional[RunnableConfig] | Default: NoneConfig to use when invoking the Please refer to |