diff --git a/api/server/services/ToolService.js b/api/server/services/ToolService.js index 2ed1b4076e..a2d29a4dbf 100644 --- a/api/server/services/ToolService.js +++ b/api/server/services/ToolService.js @@ -50,8 +50,8 @@ const { redactMessage } = require('~/config/parsers'); * * @param {object} params - The parameters for the function. * @param {string} params.directory - The directory path where the tools are located. - * @param {string} [params.imageOutputType] - The image output type configuration. * @param {string} [params.fileStrategy] - The file storage strategy. + * @param {string} [params.imageOutputType] - The image output type configuration. * @param {Array} [params.adminFilter=[]] - Array of admin-defined tool keys to exclude from loading. * @param {Array} [params.adminIncluded=[]] - Array of admin-defined tool keys to include from loading. * @returns {Record} An object mapping each tool's plugin key to its instance.