mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
rename read_many_files (#153)
This commit is contained in:
@@ -115,7 +115,7 @@ export class ReadManyFilesTool extends BaseTool<
|
||||
ReadManyFilesParams,
|
||||
ToolResult
|
||||
> {
|
||||
static readonly Name: string = 'readManyFiles';
|
||||
static readonly Name: string = 'read_many_files';
|
||||
readonly targetDir: string;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user