Skip to content

Commit d5a168f

Browse files
use broadly supported prompty types (#41332)
Co-authored-by: spon <[email protected]>
1 parent 437693a commit d5a168f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluators/_tool_call_accuracy/tool_call_accuracy.prompty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ model:
1414

1515
inputs:
1616
query:
17-
type: List
17+
type: array
1818
tool_call:
19-
type: Dict
19+
type: object
2020
tool_definition:
21-
type: Dict
21+
type: object
2222

2323
---
2424
system:

0 commit comments

Comments
 (0)