diff --git a/extensions/imessage/src/group-policy.ts b/extensions/imessage/src/group-policy.ts index bfb25e77241..71efac603ed 100644 --- a/extensions/imessage/src/group-policy.ts +++ b/extensions/imessage/src/group-policy.ts @@ -3,7 +3,7 @@ import { resolveChannelGroupToolsPolicy, type GroupToolPolicyConfig, } from "openclaw/plugin-sdk/channel-policy"; -import type { OpenClawConfig } from "openclaw/plugin-sdk/imessage"; +import type { OpenClawConfig } from "openclaw/plugin-sdk/core"; type IMessageGroupContext = { cfg: OpenClawConfig;