fix: remove conflict marker in google helper (#875)
This commit is contained in:
@@ -64,7 +64,6 @@ export function downgradeGeminiThinkingBlocks(messages: AgentMessage[]): AgentMe
|
|||||||
const trimmed = thinking.trim();
|
const trimmed = thinking.trim();
|
||||||
hasDowngraded = true;
|
hasDowngraded = true;
|
||||||
if (!trimmed) return [];
|
if (!trimmed) return [];
|
||||||
<<<<<<< HEAD
|
|
||||||
return [{ type: "text" as const, text: thinking }];
|
return [{ type: "text" as const, text: thinking }];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user