migrate image handle settings

This commit is contained in:
Jicheng Lu 2025-10-09 16:54:14 -05:00
parent 53d85ec54c
commit 8c0be61094
2 changed files with 3 additions and 1 deletions

View file

@ -106,7 +106,7 @@ public class ReadImageFn : IFunctionCallback
var addnFiles = imageUrls.Select(x => x?.Trim())
.Where(x => !string.IsNullOrWhiteSpace(x))
.Select(x => new BotSharpFile { FileUrl = x }).ToList();
.Select(x => new BotSharpFile { FileUrl = x }).ToList();
lastDialog.Files.AddRange(addnFiles);
}

View file

@ -462,6 +462,8 @@
}
},
"Image"
"AudioHandler": {
"Audio": {
"Reading": {