Skip to content

Commit 1a4ea28

Browse files
authored
chore(ai): add UpdateConversation enum (#13920)
1 parent b7623fc commit 1a4ea28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/Platform/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export enum AiAction {
4949
ListMessages = '6',
5050
OnMessage = '7',
5151
Generation = '8',
52+
UpdateConversation = '9',
5253
}
5354

5455
export enum AnalyticsAction {

0 commit comments

Comments
 (0)