feat: renaming Langchain Hub component (#3669)

📝 (LangChainHubPrompt.py): update display name to "LangChain Hub" for better clarity and consistency with the component's purpose

Co-authored-by: anovazzi1 <otavio2204@gmail.com>
This commit is contained in:
Cristhian Zanforlin Lousa 2024-09-03 18:00:18 -03:00 committed by GitHub
commit 4bd990f2fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ import re
class LangChainHubPromptComponent(Component):
display_name: str = "LangChain Hub Prompt Component"
display_name: str = "LangChain Hub"
description: str = "Prompt Component that uses LangChain Hub prompts"
beta = True
icon = "prompts"