mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
Add initiation method telemetry property (#15818)
This commit is contained in:
committed by
GitHub
parent
da85e3f8f2
commit
521dc7f26c
@@ -9,6 +9,7 @@ import { getCitations } from '../utils/generateContentResponseUtilities.js';
|
||||
import {
|
||||
ActionStatus,
|
||||
ConversationInteractionInteraction,
|
||||
InitiationMethod,
|
||||
type ConversationInteraction,
|
||||
type ConversationOffered,
|
||||
type StreamingLatency,
|
||||
@@ -96,6 +97,7 @@ export function createConversationOffered(
|
||||
traceId,
|
||||
streamingLatency,
|
||||
isAgentic: true,
|
||||
initiationMethod: InitiationMethod.COMMAND,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user