From 29946e14e8b9cab10a10e411f008bae5eb9087d6 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 8 Feb 2026 19:27:38 -0600 Subject: [PATCH] Update find_block.py --- .../backend/backend/api/features/chat/tools/find_block.py | 1 - 1 file changed, 1 deletion(-) diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/find_block.py b/autogpt_platform/backend/backend/api/features/chat/tools/find_block.py index 149999d61e..06f80b84b1 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/find_block.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/find_block.py @@ -23,7 +23,6 @@ _TARGET_RESULTS = 10 _OVERFETCH_PAGE_SIZE = 40 # Block types that only work within graphs and cannot run standalone in CoPilot. -# NOTE: This does NOT affect the Builder UI which uses load_all_blocks() directly. COPILOT_EXCLUDED_BLOCK_TYPES = { BlockType.INPUT, # Graph interface definition - data enters via chat, not graph inputs BlockType.OUTPUT, # Graph interface definition - data exits via chat, not graph outputs