We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f754464 commit ac0a380Copy full SHA for ac0a380
src/platform/networking/node/chatStream.ts
@@ -58,14 +58,6 @@ export function sendEngineMessagesLengthTelemetry(telemetryService: ITelemetrySe
58
return processedMsg;
59
});
60
61
- // Log the messages before sending to telemetry with modelCallId as top-level property
62
- const logData = {
63
- modelCallId: modelCallId,
64
- messageType: messageType,
65
- messages: messagesWithLength
66
- };
67
- logService?.debug(`[TELEMETRY] engine.messages.length: ${JSON.stringify(logData, null, 2)}`);
68
-
69
const telemetryDataWithPrompt = telemetryData.extendedBy({
70
messagesJson: JSON.stringify(messagesWithLength),
71
message_direction: messageType,
0 commit comments