Feat: Enable agent messages to display base64 images (#15212)

### What problem does this PR solve?

Feat: Enable agent messages to display base64 images

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-05-25 19:02:03 +08:00
committed by GitHub
parent f4d36f7082
commit c7c75c0a87
2 changed files with 16 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ export const PptPreviewer: React.FC<PptPreviewerProps> = ({
console.error('Error loading document:', url);
},
});
console.log(res);
try {
const arrayBuffer = await res.data.arrayBuffer();