mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(cycles): split reply payload and option contracts
This commit is contained in:
@@ -8,7 +8,7 @@ export {
|
||||
DEFAULT_GROUP_HISTORY_LIMIT,
|
||||
recordPendingHistoryEntryIfEnabled,
|
||||
} from "../auto-reply/reply/history.js";
|
||||
export type { ReplyPayload } from "../auto-reply/types.js";
|
||||
export type { ReplyPayload } from "../auto-reply/reply-payload.js";
|
||||
export { logTypingFailure } from "../channels/logging.js";
|
||||
export type { AllowlistMatch } from "../channels/plugins/allowlist-match.js";
|
||||
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";
|
||||
|
||||
Reference in New Issue
Block a user