activeToolLoadings property
Active tool loadings keyed by tool name. This allows multiple tools
(pending or running) to be shown simultaneously.
Reactive so that isLoadingMessageActive and any Obx that reads it
rebuilds automatically whenever a tool is added or removed.
Implementation
final RxMap<String, ToolUseType> activeToolLoadings =
<String, ToolUseType>{}.obs;