parent
ff5a49d66f
commit
a17b524606
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ class AlterMetadataComponent(Component):
|
|||
description = "Adds/Removes Metadata Dictionary on inputs"
|
||||
icon = "merge"
|
||||
name = "AlterMetadata"
|
||||
legacy = True
|
||||
|
||||
inputs = [
|
||||
HandleInput(
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class JSONCleaner(Component):
|
|||
"Cleans the messy and sometimes incorrect JSON strings produced by LLMs "
|
||||
"so that they are fully compliant with the JSON spec."
|
||||
)
|
||||
|
||||
legacy = True
|
||||
inputs = [
|
||||
MessageTextInput(
|
||||
name="json_str", display_name="JSON String", info="The JSON string to be cleaned.", required=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue