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:
parent
6388883f1b
commit
4bd990f2fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue