We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121bba3 commit c45a013Copy full SHA for c45a013
packages/core/src/telemetry/clearcut-logger/clearcut-logger.ts
@@ -344,7 +344,7 @@ export class ClearcutLogger {
344
},
345
{
346
gemini_cli_key:
347
- EventMetadataKey.GEMINI_CLI_API_RESPONSE_THINKING_TOKEN_COUNT,
+ EventMetadataKey.GEMINI_CLI_API_RESPONSE_TOOL_TOKEN_COUNT,
348
value: JSON.stringify(event.tool_token_count),
349
350
];
0 commit comments