mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-04-21 13:37:17 +00:00
docs(cli): mention per-model token usage in stream-json result event (#21908)
This commit is contained in:
parent
5d213764fb
commit
bc75a61982
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ Returns a stream of newline-delimited JSON (JSONL) events.
|
|||
- `tool_use`: Tool call requests with arguments.
|
||||
- `tool_result`: Output from executed tools.
|
||||
- `error`: Non-fatal warnings and system errors.
|
||||
- `result`: Final outcome with aggregated statistics.
|
||||
- `result`: Final outcome with aggregated statistics and per-model token usage
|
||||
breakdowns.
|
||||
|
||||
## Exit codes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue