This commit is contained in:
rekram1-node 2025-09-08 17:51:19 -05:00
parent 133e0f155b
commit 74f2814de4

View file

@ -469,9 +469,6 @@ export namespace Session {
const userParts = await Promise.all(
input.parts.map(async (part): Promise<MessageV2.Part[]> => {
if (part.type === "file") {
log.info("processing_file", {
url: part.url,
})
const url = new URL(part.url)
switch (url.protocol) {
case "data:":