toolPartialStatuses property
Optional per-tool status label for tools that emit TOOL_PARTIAL_RESULT, e.g. document_create/document_update phases. Reactive so that the loading animation label updates live.
Implementation
final RxMap<String, String> toolPartialStatuses = <String, String>{}.obs;