mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 10:00:22 +00:00
fix(outbound): restore generic delivery and security seams
This commit is contained in:
@@ -52,8 +52,5 @@ export type {
|
||||
export { createReplyReferencePlanner } from "../auto-reply/reply/reply-reference.js";
|
||||
export type { GetReplyOptions, ReplyPayload } from "../auto-reply/types.js";
|
||||
export type { FinalizedMsgContext, MsgContext } from "../auto-reply/templating.js";
|
||||
export {
|
||||
resolveAutoTopicLabelConfig,
|
||||
generateTopicLabel,
|
||||
} from "../auto-reply/reply/auto-topic-label.js";
|
||||
export type { AutoTopicLabelParams } from "../auto-reply/reply/auto-topic-label.js";
|
||||
export { generateConversationLabel } from "../auto-reply/reply/conversation-label-generator.js";
|
||||
export type { ConversationLabelParams } from "../auto-reply/reply/conversation-label-generator.js";
|
||||
|
||||
Reference in New Issue
Block a user