mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 整合多次思考
This commit is contained in:
parent
185f163c9c
commit
602e192bff
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue