From ac8831e9044c536b8b084f8ba2f6b54017f903aa Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:25:46 +0100 Subject: [PATCH] Update ADDING_TOOLS.md Co-authored-by: James Brunton --- ADDING_TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADDING_TOOLS.md b/ADDING_TOOLS.md index 8b2aa1d99..2b6246f95 100644 --- a/ADDING_TOOLS.md +++ b/ADDING_TOOLS.md @@ -62,7 +62,7 @@ export const build[ToolName]FormData = (parameters: [ToolName]Parameters, file: }; export const [toolName]OperationConfig = { - toolType: ToolType.singleFile, // or ToolType.multiFile + toolType: ToolType.singleFile, // or ToolType.multiFile (buildFormData's file parameter will need to be updated) buildFormData: build[ToolName]FormData, operationType: '[toolName]', endpoint: '/api/v1/category/endpoint-name',