Skip to content

Commit

Permalink
Update the expected fields
Browse files Browse the repository at this point in the history
  • Loading branch information
d-shree committed Dec 27, 2023
1 parent 29efa8b commit 6f9dba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skit_labels/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
VALUE = "value"

EXPECTED_COLUMNS_MAPPING = {
"conversation_tagging": ['scenario', 'scenario_category', 'situation_str', 'call']
"conversation_tagging": ['scenario', 'scenario_category', 'situation_str', 'call', 'data_label']
}

CONVERSATION_TAGGING = 'conversation_tagging'

0 comments on commit 6f9dba2

Please sign in to comment.