🔻 inboundMessages.ts

This commit is contained in:
nirholas
2026-03-31 10:22:38 +00:00
parent b81d1d1e78
commit 99eeb3e789

View File

@@ -78,3 +78,4 @@ function isMalformedBase64Image(
if (block.type !== 'image' || block.source?.type !== 'base64') return false
return !(block.source as unknown as Record<string, unknown>).media_type
}