gopidesupavan commented on code in PR #62901: URL: https://github.com/apache/airflow/pull/62901#discussion_r2888714162
########## providers/common/ai/tests/unit/common/ai/decorators/test_agent.py: ########## @@ -19,8 +19,22 @@ from unittest.mock import MagicMock, patch import pytest +from pydantic import BaseModel from airflow.providers.common.ai.decorators.agent import _AgentDecoratedOperator +from airflow.providers.common.ai.toolsets.logging import LoggingToolset + + +def _make_mock_run_result(output): Review Comment: should we move this to conftest? -- 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]
