You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Hot Fix] Ensure proper handling of agent response reformatting in Tool Input Accuracy evaluator (#44066)
* modify the method used to reformat agent response in tool input acc eval
* To retrigger build pipeline
---------
Co-authored-by: Salma Elshafey <selshafey@microsoft.com>
Copy file name to clipboardExpand all lines: sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluators/_tool_input_accuracy/_tool_input_accuracy.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
ErrorTarget,
15
15
EvaluationException,
16
16
)
17
-
from ..._common.utilsimportreformat_conversation_history, _get_agent_response
17
+
from ..._common.utilsimportreformat_conversation_history, reformat_agent_response
0 commit comments