Skip to content

Commit af575cf

Browse files
authored
feat: add new contentType markdownText for AI. (#179)
* feat: fetch messages add minSeq when message isEnd is true. * feat: fetch messages add minSeq when message isEnd is true. * feat: add new contentType markdownText for AI.
1 parent 6e2db4c commit af575cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constant/constant.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const (
3333
Typing = 113
3434
Quote = 114
3535

36-
AdvancedText = 117
37-
36+
AdvancedText = 117
37+
MarkdownText = 118
3838
CustomNotTriggerConversation = 119
3939
CustomOnlineOnly = 120
4040
ReactionMessageModifier = 121

0 commit comments

Comments
 (0)