From 044d5453e2e2b26aa29a981b8705590bf35eecee Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 8 Feb 2026 19:28:31 -0600 Subject: [PATCH] Update find_block.py --- .../backend/backend/api/features/chat/tools/find_block.py | 2 +- 1 file changed, 1 insertion(+), 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 06f80b84b1..f55cd567e8 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 @@ -19,7 +19,7 @@ logger = logging.getLogger(__name__) _TARGET_RESULTS = 10 # Over-fetch to compensate for post-hoc filtering of graph-only blocks. -# ~16-17 blocks are currently excluded; 40 provides ample margin. +# 40 is 2x current removed; speed of query 10 vs 40 is minimial _OVERFETCH_PAGE_SIZE = 40 # Block types that only work within graphs and cannot run standalone in CoPilot.