fix(regression): restore msteams cold-runtime chunking

This commit is contained in:
Tak Hoffman
2026-03-27 21:21:32 -05:00
parent 3b9eb2cd1b
commit e57342c7f2
4 changed files with 14 additions and 13 deletions

View File

@@ -44,6 +44,7 @@ export {
} from "../channels/plugins/setup-wizard-helpers.js";
export { PAIRING_APPROVED_MESSAGE } from "../channels/plugins/pairing-message.js";
export { resolveOutboundMediaUrls, resolveSendableOutboundReplyParts } from "./reply-payload.js";
export { chunkTextForOutbound } from "./text-chunking.js";
export type {
BaseProbeResult,
ChannelDirectoryEntry,