mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Apply suggestion from @kiloconnect[bot]
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kiloconnect[bot]
parent
71e8658f0a
commit
ec45711257
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user