From dc8128bbfbe153b224ed1adfd7103626b0071a7f Mon Sep 17 00:00:00 2001 From: Swifty Date: Thu, 12 Feb 2026 09:34:47 +0100 Subject: [PATCH] Update autogpt_platform/backend/backend/api/features/chat/tools/find_block.py Co-authored-by: Toran Bruce Richards --- .../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 ea4e45ec55..b455dad1ad 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 @@ -173,7 +173,7 @@ class FindBlockTool(BaseTool): return BlockListResponse( message=( f"Found {len(blocks)} block(s) matching '{query}'. " - "To see a block's inputs/outputs and execute it, use run_block with the block's 'id'." + "To see a block's inputs/outputs and execute it, use run_block with the block's 'id' - providing no inputs." ), blocks=blocks, count=len(blocks),