Clarify token usage billing labels#299
Conversation
Co-authored-by: OpenAI Codex <codex@openai.com>
|
Claude finished @lewtun's task in 1m 55s —— View job Review: Clarify token usage billing labelsNo blocking issues — 1 P1. The split from a single P1 —
|
Co-authored-by: OpenAI Codex <codex@openai.com>
|
Claude finished @lewtun's task in 43s —— View job Re-review: Clarify token usage billing labelsNo blocking issues. This is a re-review after the synchronize push (merge Resolved — prior P1 (cache undercount) no longer appliesThe original review flagged that function contextTokenCount(telemetry) {
if (telemetry.total_tokens > 0) {
return Math.max(0, telemetry.total_tokens - telemetry.completion_tokens);
}
return telemetry.prompt_tokens + telemetry.cache_read_tokens + telemetry.cache_creation_tokens;
}Both branches yield the full input bucket: The net change is a pure label rename ( Note (non-blocking)
|
No description provided.