perf(test): narrow telegram draft chunking imports

This commit is contained in:
Vincent Koc
2026-04-02 00:32:10 +09:00
parent cb7e391285
commit 0b06c4b352

View File

@@ -1,5 +1,5 @@
import { type OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
import { resolveTextChunkLimit } from "openclaw/plugin-sdk/reply-runtime";
import { resolveTextChunkLimit } from "openclaw/plugin-sdk/reply-chunking";
import { resolveAccountEntry } from "openclaw/plugin-sdk/routing";
import { normalizeAccountId } from "openclaw/plugin-sdk/routing";
import { TELEGRAM_TEXT_CHUNK_LIMIT } from "./outbound-adapter.js";