mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 思考转发;claude上下文
This commit is contained in:
parent
cf31d40cf4
commit
d6cb085c40
2 changed files with 22 additions and 1 deletions
|
|
@ -788,7 +788,7 @@ export class chatgpt extends plugin {
|
|||
let thinking = chatMessage.thinking_text
|
||||
for (let processor of postProcessors) {
|
||||
let output = await processor.processInner({
|
||||
text: response, thinking
|
||||
text: response, thinking_text: thinking
|
||||
})
|
||||
response = output.text
|
||||
thinking = output.thinking_text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue