toolActivity property

ValueListenable<String?>? toolActivity
final

Live tool-activity label, when the app tracks it.

Mirrored onto the streaming message while a turn is running so the chat view can show which tool the model is invoking.

Implementation

final ValueListenable<String?>? toolActivity;