fix: 整合多次思考

This commit is contained in:
ikechan8370 2025-07-04 12:25:21 +08:00
parent 185f163c9c
commit 602e192bff

View file

@ -217,6 +217,12 @@ export async function toYunzai (e, contents) {
}
}
}
if (forward.length > 1) {
const newForward = [await common.makeForwardMsg(e, forward, '多次思考过程')]
return {
msgs: msgs.filter(i => !!i), newForward
}
}
return {
msgs: msgs.filter(i => !!i), forward
}