mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-16 03:28:30 +00:00
docs: Add documentation for NL2SqlTool
This commit is contained in:
@@ -6,8 +6,8 @@ from sqlalchemy import create_engine, text
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
|
||||
class NL2SQL(BaseTool):
|
||||
name: str = "NL2SQL"
|
||||
class NL2SQLTool(BaseTool):
|
||||
name: str = "NL2SQLTool"
|
||||
description: str = "Converts natural language to SQL queries and executes them."
|
||||
db_uri: str = Field(
|
||||
title="Database URI",
|
||||
|
||||
Reference in New Issue
Block a user