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 50
50
from ._converters ._ai_services import AIAgentConverter
51
51
_patch_all .append ("AIAgentConverter" )
52
52
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`." )
54
54
55
55
# RedTeam requires a dependency on pyrit, but python 3.9 is not supported by pyrit.
56
56
# So we only import it if it's available and the user has pyrit.
66
66
"RiskCategory" ,
67
67
])
68
68
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]`." )
70
70
71
71
72
72
__all__ = [
You can’t perform that action at this time.
0 commit comments