Skip to content

Commit 6c9e342

Browse files
author
Salma Elshafey
committed
Re-add the temperature to the prompty file
1 parent fd2429f commit 6c9e342

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Evaluates Tool Call Accuracy for tool used by agent
44
model:
55
api: chat
66
parameters:
7-
max_completion_tokens: 3000
7+
temperature: 0.0
8+
max_tokens: 3000
89
top_p: 1.0
910
presence_penalty: 0
1011
frequency_penalty: 0

0 commit comments

Comments
 (0)