mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-07 13:39:07 +00:00
- **Description:** This modification adds pydantic input definition for sql_database tools. This helps for function calling capability in LangGraph. Since actions nodes will usually check for the args_schema attribute on tools, This update should make these tools compatible with it (only implemented on the InfoSQLDatabaseTool) - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** juanfe8881