eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 230 B
JavaScript
import{messageToUserContent}from"#public/channels/chat-sdk/index.js";function linqInboundContent(e){let t=messageToUserContent(e);return typeof t==`string`?t.trim().length>0?t:void 0:t.length>0?t:void 0}export{linqInboundContent};