mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-06 03:10:42 -07:00
feat(core): enable disableLLMCorrection by default (#17223)
This commit is contained in:
@@ -357,7 +357,7 @@ export async function ensureCorrectFileContent(
|
||||
content: string,
|
||||
baseLlmClient: BaseLlmClient,
|
||||
abortSignal: AbortSignal,
|
||||
disableLLMCorrection: boolean = false,
|
||||
disableLLMCorrection: boolean = true,
|
||||
): Promise<string> {
|
||||
const cachedResult = fileContentCorrectionCache.get(content);
|
||||
if (cachedResult) {
|
||||
|
||||
Reference in New Issue
Block a user