mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 02:00:21 +00:00
refactor: narrow whatsapp chunking imports
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export {
|
||||
chunkText,
|
||||
chunkTextWithMode,
|
||||
chunkMarkdownTextWithMode,
|
||||
resolveChunkMode,
|
||||
resolveTextChunkLimit,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user