We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e19d1 commit 56abd29Copy full SHA for 56abd29
src/humanloop/eval_utils.py
@@ -98,7 +98,7 @@ class File(Identifiers):
98
"""The function being evaluated.
99
It will be called using your Dataset `inputs` as follows: `output = callable(**datapoint.inputs)`.
100
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.
+ It should return a string or json serializable output.
102
"""
103
104
0 commit comments