mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
* feat(tools): declare env_vars on DatabricksQueryTool Add EnvVar import and env_vars field to DatabricksQueryTool so the host UI knows which environment variables the tool requires. Both auth paths (DATABRICKS_HOST+TOKEN or DATABRICKS_CONFIG_PROFILE) are marked required=False with descriptions explaining the alternative. * chore: update tool specifications --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>