fix: Update Web Search Description (#8282)

update description
This commit is contained in:
Yuqi Tang 2025-05-30 09:05:22 -07:00 committed by GitHub
commit 10d0e13483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,10 +13,7 @@ from langflow.services.deps import get_settings_service
class WebSearchComponent(Component):
display_name = "Web Search"
description = (
"Performs a basic DuckDuckGo search (HTML scraping) "
"and returns a DataFrame of titles, links, snippets, and fetched content."
)
description = "Performs a basic DuckDuckGo search (HTML scraping). May be subject to rate limits."
icon = "search"
name = "WebSearchNoAPI"