diff --git a/autogpt_platform/backend/backend/api/features/chat/tools/run_block.py b/autogpt_platform/backend/backend/api/features/chat/tools/run_block.py index 0522f6fc98..c4e6e5ffc4 100644 --- a/autogpt_platform/backend/backend/api/features/chat/tools/run_block.py +++ b/autogpt_platform/backend/backend/api/features/chat/tools/run_block.py @@ -138,11 +138,7 @@ class RunBlockTool(BaseTool): if not requirements: return {}, [] - # Note: check_scopes=False preserves original run_block behavior which - # didn't verify OAuth2 scopes. Graph matching (run_agent) does check scopes. - return await match_credentials_to_requirements( - user_id, requirements, check_scopes=False - ) + return await match_credentials_to_requirements(user_id, requirements) async def _execute( self,