🐛 fix(types.py): fix formatting issues in build_langchain_template_custom_component function for better readability
🐛 fix(types.py): fix formatting issues in build_langchain_custom_component_list_from_path function for better readability
This commit is contained in:
parent
60f6c0a8ed
commit
e8f6b435f2
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ def build_langchain_custom_component_list_from_path(path: str):
|
|||
component_code = component["code"]
|
||||
|
||||
component_template = (
|
||||
CustomComponentNode(
|
||||
CustomComponentFrontendNode(
|
||||
description="ERROR - Check your Python Code",
|
||||
display_name=f"ERROR - {component_name}",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue