import type { AcpTurnAttachment } from "../../acp/control-plane/manager.types.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { logVerbose } from "../../globals.js"; import { normalizeOptionalString } from "../../shared/string-coerce.js"; import type { FinalizedMsgContext } from "../templating.js";
let dispatchAcpMediaRuntimePromise: Promise< typeofimport("./dispatch-acp-media.runtime.js")
> | null = null;
export function loadDispatchAcpMediaRuntime() {
dispatchAcpMediaRuntimePromise ??= import("./dispatch-acp-media.runtime.js"); return dispatchAcpMediaRuntimePromise;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.