fix: Add icon SQLDatabaseComponent (#4756)

* refactor: Add icon to SpiderTool class in spider.py

* refactor: Add icon to SQLDatabaseComponent class in sql_database.py

* remove langchain icon in spider component
This commit is contained in:
anovazzi1
2024-11-29 17:50:59 -03:00
committed by GitHub
parent df7ee68210
commit f313bd248a

View File

@ -13,6 +13,7 @@ class SQLDatabaseComponent(Component):
display_name = "SQLDatabase"
description = "SQL Database"
name = "SQLDatabase"
icon = "LangChain"
inputs = [
StrInput(name="uri", display_name="URI", info="URI to the database.", required=True),