mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
Improvements to web-fetch tool (#1030)
This commit is contained in:
@@ -38,8 +38,8 @@ const createDirent = (name: string, type: 'file' | 'dir'): FSDirent => ({
|
||||
isSymbolicLink: () => false,
|
||||
isFIFO: () => false,
|
||||
isSocket: () => false,
|
||||
parentPath: '',
|
||||
path: '',
|
||||
parentPath: '',
|
||||
});
|
||||
|
||||
describe('getFolderStructure', () => {
|
||||
|
||||
Reference in New Issue
Block a user