rename read_many_files (#153)
This commit is contained in:
parent
19ed2ed630
commit
d97d2a4f7b
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue