fix: correct param for TableInput value (#5015)
This commit is contained in:
parent
60d8e48488
commit
7956f8b1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class StructuredOutputComponent(Component):
|
|||
name="output_schema",
|
||||
display_name="Output Schema",
|
||||
info="Define the structure and data types for the model's output.",
|
||||
table_schema=[
|
||||
value=[
|
||||
{
|
||||
"name": "name",
|
||||
"display_name": "Name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue