ref: ConditionalRouter Initialization with Case Sensitivity and renaming inputs (#8337)
* Update conditional_router.py * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5ec3f65e9
commit
5174c0638d
2 changed files with 8 additions and 6 deletions
|
|
@ -40,12 +40,14 @@ class ConditionalRouterComponent(Component):
|
|||
name="case_sensitive",
|
||||
display_name="Case Sensitive",
|
||||
info="If true, the comparison will be case sensitive.",
|
||||
value=False,
|
||||
value=True,
|
||||
advanced=True,
|
||||
),
|
||||
MessageInput(
|
||||
name="message",
|
||||
display_name="Message",
|
||||
display_name="Alternative Output",
|
||||
info="The message to pass through either route.",
|
||||
advanced=True,
|
||||
),
|
||||
IntInput(
|
||||
name="max_iterations",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue