mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-12 19:56:03 +00:00
refactor: store Zalo hosted media in plugin state
Move Zalo hosted outbound media metadata and expiry into plugin state, add SDK chunked hosted media storage, and keep CI/type/lint gates green after rebase.
This commit is contained in:
committed by
GitHub
parent
443ac732a1
commit
08ae0e6d29
@@ -1,9 +1,10 @@
|
||||
// Plugin runtime types describe activated plugin capabilities exposed to core execution.
|
||||
import type { PluginRuntimeChannel } from "./types-channel.js";
|
||||
import type { PluginRuntimeCore, RuntimeLogger } from "./types-core.js";
|
||||
|
||||
export type { RuntimeLogger };
|
||||
|
||||
type PluginRuntimeChannel = import("./types-channel.js").PluginRuntimeChannel;
|
||||
|
||||
// ── Subagent runtime types ──────────────────────────────────────────
|
||||
|
||||
export type SubagentRunParams = {
|
||||
|
||||
Reference in New Issue
Block a user