supportsElicitation static method

bool supportsElicitation(
  1. String version
)

Whether the negotiated version understands elicitation/create (introduced 2025-06-18).

Implementation

static bool supportsElicitation(String version) =>
    version == v2025_06_18 || version == v2025_11_25;