migrate image handle settings
This commit is contained in:
parent
53d85ec54c
commit
8c0be61094
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -462,6 +462,8 @@
|
|||
}
|
||||
},
|
||||
|
||||
"Image"
|
||||
|
||||
"AudioHandler": {
|
||||
"Audio": {
|
||||
"Reading": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue