Skip to content

Commit cb995e0

Browse files
STetsingAniket-Engg
authored andcommitted
big payload when explaining file
1 parent 81f4eaa commit cb995e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export const TabsUI = (props: TabsUIProps) => {
278278
await props.plugin.call('remixAI', 'chatPipe', 'code_explaining', content)
279279
}, 500)
280280
setExplaining(false)
281-
_paq.push(['trackEvent', 'ai', 'remixAI', 'explain_file'])
281+
_paq.push(['trackEvent', 'ai', 'remixAI', 'explain_file', content])
282282
}
283283
}}
284284
>

0 commit comments

Comments
 (0)