From c42c21d1139092815398f6a969ebe0e1eea12ec0 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Wed, 12 Nov 2025 14:47:16 +0000 Subject: [PATCH] revert add attachment maxFiles --- frontend/src/core/data/useTranslatedToolRegistry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/core/data/useTranslatedToolRegistry.tsx b/frontend/src/core/data/useTranslatedToolRegistry.tsx index a7bb4ff90..118cb4fd5 100644 --- a/frontend/src/core/data/useTranslatedToolRegistry.tsx +++ b/frontend/src/core/data/useTranslatedToolRegistry.tsx @@ -467,7 +467,7 @@ export function useTranslatedToolCatalog(): TranslatedToolCatalog { categoryId: ToolCategoryId.STANDARD_TOOLS, subcategoryId: SubcategoryId.PAGE_FORMATTING, synonyms: getSynonyms(t, "addAttachments"), - maxFiles: 3, + maxFiles: 1, endpoints: ["add-attachments"], operationConfig: addAttachmentsOperationConfig, automationSettings: AddAttachmentsSettings,