Skip to content

Commit 6a9ae92

Browse files
committed
rename settings
1 parent 9fc51c9 commit 6a9ae92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/ol_openedx_chat/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313

1414
BLOCK_TYPE_TO_SETTINGS = {
15-
VIDEO_BLOCK_CATEGORY: "ENABLE_VIDEOGPT_FOR_VIDEO_BLOCK",
16-
PROBLEM_BLOCK_CATEGORY: "ENABLE_AI_TUTOR_FOR_PROBLEM_BLOCK",
15+
VIDEO_BLOCK_CATEGORY: "OL_OPENEDX_CHAT_VIDEO_BLOCK_ENABLED",
16+
PROBLEM_BLOCK_CATEGORY: "OL_OPENEDX_CHAT_PROBLEM_BLOCK_ENABLED",
1717
}
1818

1919
CHAT_APPLICABLE_BLOCKS = [PROBLEM_BLOCK_CATEGORY, VIDEO_BLOCK_CATEGORY]

0 commit comments

Comments
 (0)