mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 04:24:51 -07:00
Add initiation method telemetry property (#15818)
This commit is contained in:
committed by
GitHub
parent
da85e3f8f2
commit
521dc7f26c
@@ -14,6 +14,7 @@ import {
|
||||
import {
|
||||
ActionStatus,
|
||||
ConversationInteractionInteraction,
|
||||
InitiationMethod,
|
||||
type StreamingLatency,
|
||||
} from './types.js';
|
||||
import {
|
||||
@@ -100,6 +101,7 @@ describe('telemetry', () => {
|
||||
traceId,
|
||||
streamingLatency,
|
||||
isAgentic: true,
|
||||
initiationMethod: InitiationMethod.COMMAND,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user