mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 03:30:30 +00:00
Plugin SDK: route reply payload through public subpath
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { resolveOutboundMediaUrls } from "openclaw/plugin-sdk/reply-payload";
|
||||
import { chunkText } from "../../../auto-reply/chunk.js";
|
||||
import type { OpenClawConfig } from "../../../config/config.js";
|
||||
import type { OutboundSendDeps } from "../../../infra/outbound/deliver.js";
|
||||
import { resolveOutboundMediaUrls } from "../../../plugin-sdk/reply-payload.js";
|
||||
import { resolveChannelMediaMaxBytes } from "../media-limits.js";
|
||||
import type { ChannelOutboundAdapter } from "../types.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user