supportsIconsAndSamplingTools static method
Whether the negotiated version understands Tool.icons,
sampling tools / toolChoice, and URL-mode elicitation
(introduced in 2025-11-25, carried forward).
Implementation
static bool supportsIconsAndSamplingTools(String version) =>
_isAtLeast(version, v2025_11_25);