Commit fb108f2e authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

log arguments too

parent 9dea125b
...@@ -277,6 +277,7 @@ def evaluate( ...@@ -277,6 +277,7 @@ def evaluate(
"doc_id": doc_id, "doc_id": doc_id,
"doc": doc, "doc": doc,
"target": target, "target": target,
"arguments": req.args,
"resps": [req.resps for req in requests], "resps": [req.resps for req in requests],
"filtered_resps": [req.filtered_resps[key] for req in requests], "filtered_resps": [req.filtered_resps[key] for req in requests],
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment