langflow/src/backend
Cristhian Zanforlin Lousa 1e52711cf4
refactor: simplify input_types in LCToolsAgentComponent (remove BaseTool and StructuredTool) (#5084)
* 🔧 (agent.py): remove unnecessary input_types "BaseTool" and "StructuredTool" from the HandleInput class to simplify and clarify the code.

* 🔧 (sql.py): remove "BaseTool" from input_types in HandleInput to simplify the code and enhance clarity.

* 🔧 Refactor starter project JSON files to simplify inputTypes by removing "BaseTool" and "StructuredTool", retaining only "Tool" for clarity and consistency across multiple agent configurations.

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-12-18 20:57:37 +00:00
..
base refactor: simplify input_types in LCToolsAgentComponent (remove BaseTool and StructuredTool) (#5084) 2024-12-18 20:57:37 +00:00
langflow/version ref: Apply ruff rule RUF052 (#5089) 2024-12-08 11:51:02 +00:00
tests ref: Remove unused sync session_scope, with_session and engine (#5333) 2024-12-18 20:52:06 +00:00
.gitignore Changes default location for the database and adds the option to use the previous behavior (#1907) 2024-05-15 20:41:01 -03:00
Dockerfile Update Docker image references to langflowai in GitHub workflows and Docker Compose files (#1793) 2024-04-29 13:38:18 -03:00