feat: note

This commit is contained in:
xiaose 2025-11-12 20:31:11 +08:00 committed by Hannes Rudolph
parent 004063c3ab
commit 9bb35d992b

View file

@ -2180,7 +2180,6 @@ export class Task extends EventEmitter<TaskEvents> implements TaskLike {
await this.say("reasoning", formattedReasoning, undefined, true)
break
}
// for cline/openrouter providers
case "reasoning_details":
// reasoning_details may be an array of 0 or 1 items depending on how openrouter returns it
if (Array.isArray(chunk.reasoning_details)) {