Skip to content

Commit bab7b73

Browse files
authored
Fix default for build_records
1 parent 436b9ea commit bab7b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modeling/dmr/processing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def build_records_for_single_demo(
369369
format_intent_input,
370370
max_neg_per_turn=None,
371371
random_state=None,
372-
uid_key="data-weblinx-id",
372+
uid_key="data-webtasks-id",
373373
only_allow_valid_uid=True,
374374
group_by_turn=False,
375375
) -> List[dict]:

0 commit comments

Comments
 (0)