gopidesupavan commented on code in PR #64199:
URL: https://github.com/apache/airflow/pull/64199#discussion_r2989517241
##########
providers/common/ai/src/airflow/providers/common/ai/operators/agent.py:
##########
@@ -160,6 +167,8 @@ def __init__(
self.enable_tool_logging = enable_tool_logging
self.agent_params = agent_params or {}
+ self.durable = durable
Review Comment:
if someone enables enable_hitl_review and durable, then hitl regeneration
bypasses the durable. may be we can say either hitl or durable model enabled
single time? or supporting durable part of hitl regeneration aswell? i didnt
quite checked hitl how does it performs on retires.
--
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]