Skip to content

Commit 2472b01

Browse files
committed
minor
1 parent af01f48 commit 2472b01

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

libs/remix-api/src/lib/plugins/matomo/events/ai-events.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ export interface AIEvent extends MatomoEventBase {
7272
| 'GenerateNewAIWorkspaceFromModal';
7373
}
7474

75-
// /**
76-
// * RemixAI Events - Specific to RemixAI interactions
77-
// */
78-
// export interface RemixAIEvent extends MatomoEventBase {
79-
// category: 'remixAI';
80-
// action:
81-
// | 'ModeSwitch'
82-
// | 'GenerateNewAIWorkspaceFromEditMode'
83-
// | 'SetAIProvider'
84-
// | 'SetOllamaModel'
85-
// | 'GenerateNewAIWorkspaceFromModal';
86-
// }
87-
8875
/**
8976
* RemixAI Assistant Events - Specific to assistant interactions
9077
*/

0 commit comments

Comments
 (0)