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:
Edwin Jose 2025-06-03 13:58:53 -05:00 committed by GitHub
commit 5174c0638d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 deletions

View file

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