gopidesupavan commented on code in PR #63081:
URL: https://github.com/apache/airflow/pull/63081#discussion_r2901552498
##########
providers/common/ai/src/airflow/providers/common/ai/operators/agent.py:
##########
@@ -91,28 +144,56 @@ def __init__(
self.enable_tool_logging = enable_tool_logging
self.agent_params = agent_params or {}
+ self.enable_hitl_review = enable_hitl_review
+ self.max_hitl_iterations = max_hitl_iterations
+ self.hitl_timeout = hitl_timeout
+ self.hitl_poll_interval = hitl_poll_interval
+ self.webhook_url = webhook_url
Review Comment:
yeah removed for now.. this can consider for later..
--
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]