openclaw/src/cli/send-runtime/signal.ts

7 lines
234 B
TypeScript

import { createChannelOutboundRuntimeSend } from "./channel-outbound-send.js";
export const runtimeSend = createChannelOutboundRuntimeSend({
channelId: "signal",
unavailableMessage: "Signal outbound adapter is unavailable.",
});