Skip to content

Commit

Permalink
chore(ai): add UpdateConversation enum (#13920)
Browse files Browse the repository at this point in the history
dbanksdesign authored Oct 14, 2024
1 parent b7623fc commit 1a4ea28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Platform/types.ts
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ export enum AiAction {
ListMessages = '6',
OnMessage = '7',
Generation = '8',
UpdateConversation = '9',
}

export enum AnalyticsAction {

0 comments on commit 1a4ea28

Please sign in to comment.