From 5f3fb7900a7bbc4c37a8f555271b4d26562a80e0 Mon Sep 17 00:00:00 2001 From: Swifty Date: Thu, 12 Feb 2026 09:34:38 +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 aaaa7ba872..ea4e45ec55 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 @@ -54,7 +54,7 @@ class FindBlockTool(BaseTool): "sending emails, making API calls, processing text, etc. " "IMPORTANT: Use this tool FIRST to get the block's 'id' before calling run_block. " "The response includes each block's id, name, and description. " - "Call run_block with the block's id to see detailed inputs/outputs and execute it." + "Call run_block with the block's id **with no inputs** to see detailed inputs/outputs and execute it." ) @property