Ask a question to get started
Enter to send•Shift+Enter new line
Join safety warnings into a display string with overflow indicator.
format_warning_detail( warnings: tuple[str, ...], *, max_shown: int = 2 ) -> str
warnings
tuple[str, ...]
Warning strings from a UrlSafetyResult.
UrlSafetyResult
max_shown
int
2
Maximum warnings to include before truncating.