fix: remove conflict marker in google helper (#875)
This commit is contained in:
parent
cd2af64860
commit
738b3592cd
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ export function downgradeGeminiThinkingBlocks(messages: AgentMessage[]): AgentMe
|
|||
const trimmed = thinking.trim();
|
||||
hasDowngraded = true;
|
||||
if (!trimmed) return [];
|
||||
<<<<<<< HEAD
|
||||
return [{ type: "text" as const, text: thinking }];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue