Skip to content

Commit 68a1936

Browse files
authored
UpdateImportMessage (#40276)
1 parent 84d180a commit 68a1936

File tree

1 file changed

+2
-2
lines changed
  • sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation

1 file changed

+2
-2
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from ._converters._ai_services import AIAgentConverter
5151
_patch_all.append("AIAgentConverter")
5252
except ImportError:
53-
print("Could not import AIAgentConverter. Please install the dependency with `pip install azure-ai-projects`.")
53+
print("[INFO] Could not import AIAgentConverter. Please install the dependency with `pip install azure-ai-projects`.")
5454

5555
# RedTeam requires a dependency on pyrit, but python 3.9 is not supported by pyrit.
5656
# So we only import it if it's available and the user has pyrit.
@@ -66,7 +66,7 @@
6666
"RiskCategory",
6767
])
6868
except ImportError:
69-
print("Could not import RedTeam. Please install the dependency with `pip install azure-ai-evaluation[redteam]`.")
69+
print("[INFO] Could not import RedTeam. Please install the dependency with `pip install azure-ai-evaluation[redteam]`.")
7070

7171

7272
__all__ = [

0 commit comments

Comments
 (0)