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