fix: correct param for TableInput value (#5015)

This commit is contained in:
Eric Hare 2024-12-03 07:19:23 -08:00 committed by GitHub
commit 7956f8b1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",