Lee-W commented on code in PR #70229:
URL: https://github.com/apache/airflow/pull/70229#discussion_r3688278330
##########
providers/common/ai/src/airflow/providers/common/ai/policies/retry.py:
##########
@@ -109,12 +133,15 @@ def __init__(
instructions: str | None = None,
fallback_rules: list[RetryRule] | None = None,
timeout: float = 30.0,
+ *,
+ redact_exception: bool = True,
Review Comment:
Yep, updated. I do think we should have a better way to keep these in sync,
but I'd rather keep this as is for now and address that in a follow-up PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]