Add initiation method telemetry property (#15818)

This commit is contained in:
Christian Gunderman
2026-01-06 18:02:40 -08:00
committed by GitHub
parent da85e3f8f2
commit 521dc7f26c
3 changed files with 12 additions and 0 deletions
@@ -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,
});
});