Skip to content

Commit

Permalink
chore(ai): add UpdateConversation enum
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign authored Oct 14, 2024
1 parent b7623fc commit 4a01111
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
Expand Up @@ -49,6 +49,7 @@ export enum AiAction {
ListMessages = '6',
OnMessage = '7',
Generation = '8',
UpdateConversation = '9',
}

export enum AnalyticsAction {
Expand Down

0 comments on commit 4a01111

Please sign in to comment.