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:
parent
df7ee68210
commit
f313bd248a
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue