fix: reset hasReasoningContent (#5563)

This commit is contained in:
one 2025-05-01 11:47:53 +08:00 committed by GitHub
parent d05f6985bb
commit 23dd66d4a1

View File

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