Skip to content

Commit 7dd1e46

Browse files
yongruilinwarrenzhu25
authored andcommitted
docs(cli): mention per-model token usage in stream-json result event (google-gemini#21908)
1 parent 7bfc6d8 commit 7dd1e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cli/headless.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Returns a stream of newline-delimited JSON (JSONL) events.
3131
- `tool_use`: Tool call requests with arguments.
3232
- `tool_result`: Output from executed tools.
3333
- `error`: Non-fatal warnings and system errors.
34-
- `result`: Final outcome with aggregated statistics.
34+
- `result`: Final outcome with aggregated statistics and per-model token usage
35+
breakdowns.
3536

3637
## Exit codes
3738

0 commit comments

Comments
 (0)