Task to do:
Currently we call validatePath in any tool with filePath inputs. Instead, we should add a new required annotation called filePathFields: array<string> requiring each tool to list field paths that require validation. The validation can then be done centrally when handling a request.
cc @Lightning00Blade
Task to do:
Currently we call validatePath in any tool with filePath inputs. Instead, we should add a new required annotation called
filePathFields: array<string>requiring each tool to list field paths that require validation. The validation can then be done centrally when handling a request.cc @Lightning00Blade