hasThinking property
bool
get
hasThinking
Whether this message contains any thinking blocks.
Implementation
bool get hasThinking => thinkingParts.isNotEmpty;
Whether this message contains any thinking blocks.
bool get hasThinking => thinkingParts.isNotEmpty;