MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / setTelemetryContext

Method setTelemetryContext

packages/node-sdk/src/kimi-harness.ts:88–90  ·  view source on GitHub ↗
(patch: TelemetryContextPatch)

Source from the content-addressed store, hash-verified

86 }
87
88 setTelemetryContext(patch: TelemetryContextPatch): void {
89 this.telemetry.setContext?.(patch);
90 }
91
92 async createSession(options: CreateSessionOptions): Promise<Session> {
93 const { planMode, kaos, persistenceKaos, sessionStartedProperties, ...coreOptions } = options;

Callers 3

setSessionMethod · 0.80
unloadCurrentSessionMethod · 0.80

Calls 1

setContextMethod · 0.65

Tested by

no test coverage detected