fix: reset hasReasoningContent (#5563)

This commit is contained in:
one 2025-05-01 11:47:53 +08:00 committed by GitHub
parent 18092480f2
commit cb9c42b262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -565,6 +565,7 @@ export default class OpenAIProvider extends BaseProvider {
time_first_content_millsec = 0
thinkingContent = ''
isFirstThinkingChunk = true
hasReasoningContent = false
}
}