mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 15:34:29 -07:00
refactor: simplify tool output truncation to single config (#18446)
This commit is contained in:
@@ -1663,7 +1663,6 @@ describe('loggers', () => {
|
||||
originalContentLength: 1000,
|
||||
truncatedContentLength: 100,
|
||||
threshold: 500,
|
||||
lines: 10,
|
||||
});
|
||||
|
||||
logToolOutputTruncated(mockConfig, event);
|
||||
@@ -1683,7 +1682,6 @@ describe('loggers', () => {
|
||||
original_content_length: 1000,
|
||||
truncated_content_length: 100,
|
||||
threshold: 500,
|
||||
lines: 10,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user