File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 from ._converters ._ai_services import AIAgentConverter
5151 _patch_all .append ("AIAgentConverter" )
5252except 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.
6666 "RiskCategory" ,
6767 ])
6868except 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__ = [
You can’t perform that action at this time.
0 commit comments