Skip to content

Commit b5132fb

Browse files
committed
resolving conflicts
1 parent 918872e commit b5132fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ A conversation is a Python dictionary of a list of messages (which include conte
125125
}
126126
```
127127

128-
Conversations are evaluated per turn and results are aggregated over all turns for a conversation score.
128+
Our evaluators will understand that the first turn of the conversation provides valid `query` from `user`, `context` from `assistant`, and `response` from `assistant` for a single-turn evaluation in the query-response format, and that in the second turn, even if `context` is `null` or a missing key, it will be interpreted as an empty string. Conversations are then evaluated per turn and results are aggregated over all turns for a conversation score.
129129

130130
### Performance and quality evaluators
131131

@@ -834,5 +834,5 @@ evaluation = client.evaluations.create(
834834
- [Learn more about the evaluation metrics](../../concepts/evaluation-metrics-built-in.md)
835835
- [Learn more about simulating test datasets for evaluation](./simulator-interaction-data.md)
836836
- [View your evaluation results in Azure AI project](../../how-to/evaluate-results.md)
837-
- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md)
837+
- [Get started building a chat app using the Azure AI SDK](../../quickstarts/get-started-code.md)
838838
- [Get started with evaluation samples](https://aka.ms/aistudio/eval-samples)

0 commit comments

Comments
 (0)