Plugin SDK: route reply payload through public subpath

This commit is contained in:
Vincent Koc
2026-03-18 12:01:15 -07:00
parent ecfa79ee4c
commit ef1346e503
27 changed files with 38 additions and 38 deletions

View File

@@ -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";