supportsThinking property
bool
get
supportsThinking
override
Whether this family has a dedicated reasoning ("thinking") channel.
When false, callers should not request thinking and render
implementations ignore enableThinking.
Implementation
@override
bool get supportsThinking => true;