mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 10:51:12 -07:00
feat(core): overhaul system prompt for rigor, integrity, and intent alignment (#17263)
This commit is contained in:
@@ -176,6 +176,7 @@ describe('ChatCompressionService', () => {
|
||||
generateContent: mockGenerateContent,
|
||||
}),
|
||||
isInteractive: vi.fn().mockReturnValue(false),
|
||||
getActiveModel: vi.fn().mockReturnValue(mockModel),
|
||||
getContentGenerator: vi.fn().mockReturnValue({
|
||||
countTokens: vi.fn().mockResolvedValue({ totalTokens: 100 }),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user