mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
chore: update tool specifications
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user