hasToolResults property
bool
get
hasToolResults
Whether this message contains any tool results.
Implementation
bool get hasToolResults => _parts.toolResults.isNotEmpty;
Whether this message contains any tool results.
bool get hasToolResults => _parts.toolResults.isNotEmpty;