Skip to content

Commit 6fe66dd

Browse files
uttamkanodia14yuvrajangadsingh
authored andcommitted
Fix clearcut-logger.ts to event name GEMINI_CLI_API_RESPONSE_TOOL_TOK… (google-gemini#1875)
1 parent 2ba9785 commit 6fe66dd

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
@@ -343,7 +343,7 @@ export class ClearcutLogger {
343343
},
344344
{
345345
gemini_cli_key:
346-
EventMetadataKey.GEMINI_CLI_API_RESPONSE_THINKING_TOKEN_COUNT,
346+
EventMetadataKey.GEMINI_CLI_API_RESPONSE_TOOL_TOKEN_COUNT,
347347
value: JSON.stringify(event.tool_token_count),
348348
},
349349
];

0 commit comments

Comments
 (0)