We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b70cb commit 6769bf5Copy full SHA for 6769bf5
eval_protocol/pytest/tracing_utils.py
@@ -171,6 +171,7 @@ def update_row_with_remote_trace(
171
row.messages = remote_row.messages
172
row.tools = remote_row.tools
173
row.input_metadata.session_data = remote_row.input_metadata.session_data
174
+ row.input_metadata.dataset_info = remote_row.input_metadata.dataset_info
175
row.execution_metadata = remote_row.execution_metadata
176
return None
177
else:
0 commit comments