| 146 | const DEFAULT_OUTPUT_SEPARATOR_FORMAT = '--- {filePath} ---'; |
| 147 | |
| 148 | class ReadManyFilesToolInvocation extends BaseToolInvocation< |
| 149 | ReadManyFilesParams, |
| 150 | ToolResult |
| 151 | > { |
nothing calls this directly
no outgoing calls
no test coverage detected