mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-28 22:03:44 +02:00
--------- Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com> Co-authored-by: Matthieu Boret <matthieu.boret@fr.clara.net>
6 lines
219 B
Python
6 lines
219 B
Python
LIKE_BLOCK_ACTION_ID = "feedback-like"
|
|
DISLIKE_BLOCK_ACTION_ID = "feedback-dislike"
|
|
FEEDBACK_DOC_BUTTON_BLOCK_ACTION_ID = "feedback-doc-button"
|
|
SLACK_CHANNEL_ID = "channel_id"
|
|
VIEW_DOC_FEEDBACK_ID = "view-doc-feedback"
|