We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbce404 commit ad68624Copy full SHA for ad68624
1 file changed
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx
@@ -428,14 +428,6 @@ export const Panel = memo(function Panel({ workspaceId: propWorkspaceId }: Panel
428
copilotStopGeneration()
429
}, [copilotStopGeneration, getCopilotCurrentRequestId, workspaceId])
430
431
- const handleCopilotStopGeneration = useCallback(() => {
432
- captureEvent(posthogRef.current, 'task_generation_aborted', {
433
- workspace_id: workspaceId,
434
- view: 'copilot',
435
- })
436
- copilotStopGeneration()
437
- }, [copilotStopGeneration, workspaceId])
438
-
439
const handleCopilotSubmit = useCallback(
440
(text: string, fileAttachments?: FileAttachmentForApi[], contexts?: ChatContext[]) => {
441
const trimmed = text.trim()
0 commit comments