summaryrefslogtreecommitdiff
path: root/packages/core/src/telemetry/constants.ts
diff options
context:
space:
mode:
authorSandy Tao <[email protected]>2025-07-22 18:01:24 -0700
committerGitHub <[email protected]>2025-07-23 01:01:24 +0000
commit7c3a84075d03c84687339904c6421728fe520a6c (patch)
tree57e2e536fffc4fc7aad93880aafd3a7c1cf0fa85 /packages/core/src/telemetry/constants.ts
parent67008d4643e331a4b9181d12927c82f08fe58597 (diff)
Log flash continue (#4700)
Diffstat (limited to 'packages/core/src/telemetry/constants.ts')
-rw-r--r--packages/core/src/telemetry/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/core/src/telemetry/constants.ts b/packages/core/src/telemetry/constants.ts
index 62c4bf24..316e827f 100644
--- a/packages/core/src/telemetry/constants.ts
+++ b/packages/core/src/telemetry/constants.ts
@@ -13,6 +13,8 @@ export const EVENT_API_ERROR = 'gemini_cli.api_error';
export const EVENT_API_RESPONSE = 'gemini_cli.api_response';
export const EVENT_CLI_CONFIG = 'gemini_cli.config';
export const EVENT_FLASH_FALLBACK = 'gemini_cli.flash_fallback';
+export const EVENT_FLASH_DECIDED_TO_CONTINUE =
+ 'gemini_cli.flash_decided_to_continue';
export const METRIC_TOOL_CALL_COUNT = 'gemini_cli.tool.call.count';
export const METRIC_TOOL_CALL_LATENCY = 'gemini_cli.tool.call.latency';