isThinkingEnabled property

bool Function()? isThinkingEnabled
final

Reads whether to request the family's reasoning channel, evaluated per request so a runtime toggle takes effect on the next turn. Null means thinking is always off. The result is still gated on ChatFormat.supportsThinking.

Implementation

final bool Function()? isThinkingEnabled;