mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
Re-enable read-de-dupe.
This commit is contained in:
@@ -192,7 +192,7 @@ function pruneHistory(history: Content[]): Content[] {
|
||||
return content;
|
||||
});
|
||||
}
|
||||
\nfunction extractCuratedHistory(comprehensiveHistory: Content[]): Content[] {
|
||||
function extractCuratedHistory(comprehensiveHistory: Content[]): Content[] {
|
||||
if (comprehensiveHistory === undefined || comprehensiveHistory.length === 0) {
|
||||
return [];
|
||||
}
|
||||
|
||||
@@ -162,6 +162,7 @@ ${result.llmContent}`;
|
||||
*/
|
||||
const readCache = new Map<string, ToolResult>();
|
||||
|
||||
|
||||
export class ReadFileTool extends BaseDeclarativeTool<
|
||||
ReadFileToolParams,
|
||||
ToolResult
|
||||
|
||||
Reference in New Issue
Block a user