stats method

  1. @override
String stats(
  1. String text
)
override

The token-usage statistics line shown at the end of an interaction (tokens used, generation speed, request count, duration) — secondary information, rendered muted so it doesn't compete with the agent's prose.

Implementation

@override
String stats(String text) => _sgr(90, text);