You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/cc/unitmesh/devti/gui/chat/ChatActionType.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ enum class ChatActionType {
17
17
FIX_ISSUE,
18
18
CREATE_DDL,
19
19
CREATE_CHANGELOG,
20
-
CUSTOM_COMPLETE;
20
+
CUSTOM_COMPLETE,
21
+
CUSTOM_ACTION
22
+
;
21
23
22
24
overridefuntoString(): String {
23
25
return instruction()
@@ -83,6 +85,7 @@ $diff
83
85
CREATE_CHANGELOG->"generate release note"
84
86
CHAT->""
85
87
CUSTOM_COMPLETE->""
88
+
CUSTOM_ACTION->""
86
89
EXPLAIN_BUSINESS->"Recover the original business scene and functionality of the provided code by describing it in a User Story format. Ensure that your explanation avoids any technical jargon or technology-related terms."
0 commit comments