Replace FlashDecidedToContinueEvent with NextSpeakerCheckEvent (#5257)

This commit is contained in:
Sandy Tao
2025-07-30 21:47:04 -07:00
committed by GitHub
parent 3ef2c6d198
commit 23c014e29c
7 changed files with 52 additions and 24 deletions

View File

@@ -13,8 +13,7 @@ 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 EVENT_NEXT_SPEAKER_CHECK = 'gemini_cli.next_speaker_check';
export const EVENT_SLASH_COMMAND = 'gemini_cli.slash_command';
export const METRIC_TOOL_CALL_COUNT = 'gemini_cli.tool.call.count';