We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af01f48 commit 2472b01Copy full SHA for 2472b01
libs/remix-api/src/lib/plugins/matomo/events/ai-events.ts
@@ -72,19 +72,6 @@ export interface AIEvent extends MatomoEventBase {
72
| 'GenerateNewAIWorkspaceFromModal';
73
}
74
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
-
88
/**
89
* RemixAI Assistant Events - Specific to assistant interactions
90
*/
0 commit comments