OnThought typedef
OnThought =
void Function(String thought)
Callback for when the LLM emits reasoning/status text alongside tool calls. This text is shown to the user as progressive status in the action feed.
Implementation
typedef OnThought = void Function(String thought);