diff --git a/extensions/line/src/bot-message-context.ts b/extensions/line/src/bot-message-context.ts index 108aa168e48..69b5f82c577 100644 --- a/extensions/line/src/bot-message-context.ts +++ b/extensions/line/src/bot-message-context.ts @@ -15,7 +15,7 @@ import { resolveConfiguredBindingRoute, } from "openclaw/plugin-sdk/conversation-runtime"; import type { HistoryEntry } from "openclaw/plugin-sdk/reply-history"; -import { finalizeInboundContext } from "openclaw/plugin-sdk/reply-runtime"; +import { finalizeInboundContext } from "openclaw/plugin-sdk/reply-dispatch-runtime"; import { deriveLastRoutePolicy, resolveAgentIdFromSessionKey,