From 5323a568ab48a8705a38a654ce6a1a2434faed39 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20=F0=9F=93=AC=20systemInit.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/messages/systemInit.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/messages/systemInit.ts b/src/utils/messages/systemInit.ts index 0530b87..03aca04 100644 --- a/src/utils/messages/systemInit.ts +++ b/src/utils/messages/systemInit.ts @@ -94,3 +94,4 @@ export function buildSystemInitMessage(inputs: SystemInitInputs): SDKMessage { initMessage.fast_mode_state = getFastModeState(inputs.model, inputs.fastMode) return initMessage } +