Apply suggestion from @kiloconnect[bot]

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
Christiaan Arnoldus
2026-02-22 17:03:15 +01:00
committed by GitHub
co-authored by kiloconnect[bot]
parent 71e8658f0a
commit ec45711257
+1 -1
View File
@@ -250,7 +250,7 @@ export namespace ProviderTransform {
isFirstToolCall = false
continue
}
if (part.type == "tool-call") {
if (part.type === "tool-call") {
// this is a duplicate entry
delete part.providerOptions?.openrouter?.reasoning_details
}