Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add icon to SpiderTool and SQLDatabaseComponent classes #4756

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

anovazzi1
Copy link
Contributor

this pr update the icons in langchain bundle to ensure the pattern

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 21, 2024
@anovazzi1 anovazzi1 changed the title Add icon to SpiderTool and SQLDatabaseComponent classes fix: Add icon to SpiderTool and SQLDatabaseComponent classes Nov 21, 2024
@github-actions github-actions bot added the bug Something isn't working label Nov 21, 2024
@@ -19,6 +19,7 @@ class SpiderTool(Component):
description: str = "Spider API for web crawling and scraping."
output_types: list[str] = ["Document"]
documentation: str = "https://spider.cloud/docs/api"
icon = "LangChain"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Their icon comes from here: https://spider.cloud/docs/api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants