stats method

String stats(
  1. String text
)

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

String stats(String text) => text;