patch Azure image reading regressions

resolves #3811
This commit is contained in:
timothycarambat 2025-05-12 11:10:35 -07:00
parent aef455d977
commit 492570dfed

View File

@ -100,7 +100,7 @@ class AzureOpenAiLLM {
for (let attachment of attachments) { for (let attachment of attachments) {
content.push({ content.push({
type: "image_url", type: "image_url",
imageUrl: { image_url: {
url: attachment.contentString, url: attachment.contentString,
}, },
}); });