UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 416 B
import { o as normalizeLowercaseStringOrEmpty } from "./string-coerce-CIXf7egm.js"; //#region src/shared/chat-send-ack-status.ts function normalizeTerminalChatSendAckStatus(status) { const normalized = normalizeLowercaseStringOrEmpty(status); return normalized === "ok" || normalized === "timeout" || normalized === "error" ? normalized : void 0; } //#endregion export { normalizeTerminalChatSendAckStatus as t };