supportsSamplingTools static method

bool supportsSamplingTools(
  1. String version
)

Whether the negotiated version understands sampling tool calling — the tools / toolChoice request fields and tool-call results on sampling/createMessage (SEP: sampling with tools, 2025-11-25). Alias of supportsIconsAndSamplingTools scoped to the sampling surface.

Implementation

static bool supportsSamplingTools(String version) =>
    supportsIconsAndSamplingTools(version);