Skip to content

Commit 56abd29

Browse files
committed
Docstring update
1 parent d5e19d1 commit 56abd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop/eval_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class File(Identifiers):
9898
"""The function being evaluated.
9999
It will be called using your Dataset `inputs` as follows: `output = callable(**datapoint.inputs)`.
100100
If `messages` are defined in your Dataset, then `output = callable(**datapoint.inputs, messages=datapoint.messages)`.
101-
It should return a single string or json output.
101+
It should return a string or json serializable output.
102102
"""
103103

104104

0 commit comments

Comments
 (0)