Add image attachment pills
This commit is contained in:
@@ -959,6 +959,7 @@ class Odidere {
|
||||
imageParts.push({
|
||||
type: ContentTypeImageURL,
|
||||
image_url: { url: dataURL },
|
||||
filename: file.name,
|
||||
});
|
||||
} else {
|
||||
const content = await file.text();
|
||||
|
||||
Reference in New Issue
Block a user