fix: remove conflict marker in google helper (#875)
This commit is contained in:
parent
1ef4537d04
commit
b39a1584af
@ -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