refactor: narrow whatsapp chunking imports

This commit is contained in:
Shakker
2026-04-02 09:11:14 +01:00
committed by Shakker
parent 4615ddf89b
commit 6e3203a728
4 changed files with 6 additions and 2 deletions

View File

@@ -275,6 +275,8 @@ describe("plugin-sdk subpath exports", () => {
]) {
expectSourceMentions(subpath, ["chunkTextForOutbound"]);
}
expectSourceMentions("signal", ["chunkText"]);
expectSourceMentions("reply-chunking", ["chunkText", "chunkTextWithMode"]);
expectSourceMentions("reply-history", [
"buildPendingHistoryContextFromMap",
"clearHistoryEntriesIfEnabled",