openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
15 lines (14 loc) • 791 B
JavaScript
import "./utils-CCC-BEJH.js";
import "./types.secrets-_0JOMGE5.js";
import "./setup-helpers-DO5nSeNy.js";
import "./setup-binary-D7UQr2L2.js";
import "./setup-wizard-helpers-Dv-t1nb8.js";
import "./setup-wizard-proxy-mR4OIy7C.js";
//#region src/plugin-sdk/resolution-notes.ts
/** Format a short note that separates successfully resolved targets from unresolved passthrough values. */
function formatResolvedUnresolvedNote(params) {
if (params.resolved.length === 0 && params.unresolved.length === 0) return;
return [params.resolved.length > 0 ? `Resolved: ${params.resolved.join(", ")}` : void 0, params.unresolved.length > 0 ? `Unresolved (kept as typed): ${params.unresolved.join(", ")}` : void 0].filter(Boolean).join("\n");
}
//#endregion
export { formatResolvedUnresolvedNote as t };