Skip to content

Commit 13eb334

Browse files
Update articles/ai-studio/how-to/develop/evaluate-sdk.md
Co-authored-by: Lauryn Gayhardt <[email protected]>
1 parent 9797b81 commit 13eb334

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
@@ -96,7 +96,7 @@ For evaluators that support conversations as input, you can just pass in the con
9696
relevance_score = relevance_eval(conversation=conversation)
9797
```
9898

99-
A conversation is a python dictionary of a list of messages (which include content, role, and optionally context). Below is an example of a two-turn conversation.
99+
A conversation is a python dictionary of a list of messages (which include content, role, and optionally context). The following is an example of a two-turn conversation.
100100

101101
```json
102102
{"conversation":

0 commit comments

Comments
 (0)