From 6f9dba2fafeaa2e8a38e54b4c458c7030b56317c Mon Sep 17 00:00:00 2001 From: "dhanashree.s" Date: Wed, 27 Dec 2023 15:06:05 +0530 Subject: [PATCH] Update the expected fields --- skit_labels/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skit_labels/constants.py b/skit_labels/constants.py index 4455608..c612d9b 100644 --- a/skit_labels/constants.py +++ b/skit_labels/constants.py @@ -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' \ No newline at end of file