diff --git a/lib/crewai-tools/tool.specs.json b/lib/crewai-tools/tool.specs.json index b957a3afc..9b310948e 100644 --- a/lib/crewai-tools/tool.specs.json +++ b/lib/crewai-tools/tool.specs.json @@ -15870,6 +15870,12 @@ "title": "Database URI", "type": "string" }, + "require_approval": { + "default": false, + "description": "When True, every query is shown to a human for approval before execution. The approval_handler callable is invoked with the SQL string and must return True to proceed. Defaults to an interactive terminal prompt.", + "title": "Require Approval", + "type": "boolean" + }, "tables": { "items": { "additionalProperties": true,