mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-26 22:11:57 -07:00
Rename test.
This commit is contained in:
@@ -8,7 +8,12 @@ import { describe, expect } from 'vitest';
|
||||
import { evalTest } from './test-helper.js';
|
||||
import { READ_FILE_TOOL_NAME } from '@google/gemini-cli-core';
|
||||
|
||||
describe('optimization_evals', () => {
|
||||
describe('Frugal reads eval', () => {
|
||||
/**
|
||||
* Ensures that the agent is frugal in its use of context by relying
|
||||
* primarily on ranged reads when the line number is known. Smaller
|
||||
* context generally helps the agent to work more reliably for longer.
|
||||
*/
|
||||
evalTest('ALWAYS_PASSES', {
|
||||
name: 'should use ranged read when specific line is targeted',
|
||||
files: {
|
||||
Reference in New Issue
Block a user