From 29a39cfeef51d477cf8482fb7a339daa52d50d14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:50:15 +0000 Subject: [PATCH] chore: update tool specifications --- lib/crewai-tools/tool.specs.json | 6 ++++++ 1 file changed, 6 insertions(+) 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,