mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-07 08:37:44 -07:00
feat(core): include initiationMethod in conversation interaction telemetry (#22054)
Co-authored-by: Yuna Seol <yunaseol@google.com>
This commit is contained in:
@@ -204,6 +204,7 @@ function createConversationInteraction(
|
||||
removedLines,
|
||||
language,
|
||||
isAgentic: true,
|
||||
initiationMethod: InitiationMethod.COMMAND,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user