This commit is contained in:
Andrew Pareles 2025-05-12 18:22:59 -07:00
parent f8745d8b40
commit f98894ad77

View file

@ -605,12 +605,14 @@ export const chat_userMessageContent = async (
},
) => {
const selnsStrs = await Promise.all((currSelns ?? []).map(async (s) =>
messageOfSelection(s, {
...opts,
folderOpts: { maxChildren: 100, maxCharsPerFile: 100_000, }
})
))
const selnsStrs = await Promise.all(
(currSelns ?? []).map(async (s) =>
messageOfSelection(s, {
...opts,
folderOpts: { maxChildren: 100, maxCharsPerFile: 100_000, }
})
)
)
let str = ''