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:
parent
19ce474b3a
commit
9954f7fa0c
6 changed files with 72 additions and 71 deletions
|
|
@ -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
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue