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