Skip to content

Commit 0af7fc1

Browse files
committed
clarified conversation mapping
1 parent 9d03e76 commit 0af7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)