feat: update input_value field to use MultilineInput (#8583)

* Update structured_output.py

* [autofix.ci] apply automated fixes

* Update Image Sentiment Analysis.json

* [autofix.ci] apply automated fixes

* Update Image Sentiment Analysis.json

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-06-20 14:53:40 -05:00 committed by GitHub
commit 9954f7fa0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 72 additions and 71 deletions

View file

@ -29,7 +29,7 @@ class StructuredOutputComponent(Component):
input_types=["LanguageModel"],
required=True,
),
MessageTextInput(
MultilineInput(
name="input_value",
display_name="Input Message",
info="The input message to the language model.",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long