fix: remove conflict marker in google helper (#875)
This commit is contained in:
parent
cd2af64860
commit
738b3592cd
@ -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 New Issue
Block a user