Skip to content

Commit ec37cb5

Browse files
committed
chore: rename generation to transform
1 parent 37035b6 commit ec37cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/entities/ai-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const AiActionScope = {
4444
export type AiActionScopeType = (typeof AiActionScope)[keyof typeof AiActionScope]
4545

4646
export const AiActionOutputType = {
47-
Generation: 'Generation',
47+
Transform: 'Transform',
4848
Suggestion: 'Suggestion',
4949
} as const
5050
export type AiActionOutputTypeType = (typeof AiActionOutputType)[keyof typeof AiActionOutputType]

0 commit comments

Comments
 (0)