adk_safety_settings (erlang_adk v0.7.0)
View SourceProvider-neutral safety-setting contract used by agent specifications.
Providers encode the canonical categories and thresholds for their own wire protocol. Values are normalized without creating atoms at runtime.
Summary
Types
-type category() :: harassment | hate_speech | sexually_explicit | dangerous_content.
-type threshold() ::
off | block_none | block_only_high | block_medium_and_above | block_low_and_above |
unspecified.