mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
Remove unnecessary FileErrorType. (#6697)
This commit is contained in:
committed by
GitHub
parent
6eb6560d42
commit
0193ce77dd
@@ -219,7 +219,7 @@ describe('ReadFileTool', () => {
|
||||
returnDisplay: 'Path is a directory.',
|
||||
error: {
|
||||
message: `Path is a directory, not a file: ${dirPath}`,
|
||||
type: ToolErrorType.INVALID_TOOL_PARAMS,
|
||||
type: ToolErrorType.TARGET_IS_DIRECTORY,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user