Skip to content

Commit c45a013

Browse files
Fix clearcut-logger.ts to event name GEMINI_CLI_API_RESPONSE_TOOL_TOKEN_COUNT for tool token count data
1 parent 121bba3 commit c45a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/telemetry/clearcut-logger/clearcut-logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export class ClearcutLogger {
344344
},
345345
{
346346
gemini_cli_key:
347-
EventMetadataKey.GEMINI_CLI_API_RESPONSE_THINKING_TOKEN_COUNT,
347+
EventMetadataKey.GEMINI_CLI_API_RESPONSE_TOOL_TOKEN_COUNT,
348348
value: JSON.stringify(event.tool_token_count),
349349
},
350350
];

0 commit comments

Comments
 (0)