UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 264 B
//#region src/channels/plugins/conversation-read-origin.ts function normalizeConversationReadInvocationOrigin(value) { return value === "direct-operator" ? "direct-operator" : "delegated"; } //#endregion export { normalizeConversationReadInvocationOrigin as t };