Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Feb 5, 2024
1 parent 46ec89b commit 5c34e8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def run(self, **inputs) -> Dict[str, Any]:
# UpTrainMetric class' documentation for more details.
output = pipeline.run({"evaluator": {
"questions": ["question],
"contexts": ["context"],
"contexts": [["context", "another context"]],
"responses": ["response"]
}})
```
Expand Down

0 comments on commit 5c34e8d

Please sign in to comment.