fix: 思考转发;claude上下文

This commit is contained in:
ikechan8370 2025-02-27 20:19:38 +08:00
parent cf31d40cf4
commit d6cb085c40
2 changed files with 22 additions and 1 deletions

View file

@ -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