| 353 | } |
| 354 | |
| 355 | type TokenUsageEvent struct { |
| 356 | AgentContext |
| 357 | |
| 358 | Type string `json:"type"` |
| 359 | SessionID string `json:"session_id"` |
| 360 | Usage *Usage `json:"usage"` |
| 361 | } |
| 362 | |
| 363 | type Usage struct { |
| 364 | InputTokens int64 `json:"input_tokens"` |
nothing calls this directly
no outgoing calls
no test coverage detected