Skip to content

Commit 1f0650c

Browse files
author
Nagkumar Arkalgud
committed
Change the client to be used to extract responses for multiturn
1 parent 8899136 commit 1f0650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/red_team/_utils/_rai_service_target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def _poll_operation_result(
276276
if not self.is_one_dp_project:
277277
operation_result = self._client._client.get_operation_result(operation_id=operation_id)
278278
else:
279-
operation_result = self._client._operations_client.operation_results(operation_id=operation_id)
279+
operation_result = self._client._client.operation_results(operation_id=operation_id)
280280

281281
# Check if we have a valid result
282282
if operation_result:

0 commit comments

Comments
 (0)