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
commit f313bd248a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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),