feat: add is LLM entry

This commit is contained in:
Rohit Rajan
2025-12-12 02:54:30 +05:30
parent d8de5031d3
commit 12dea8e24a
10 changed files with 29 additions and 16 deletions

View File

@@ -573,6 +573,7 @@ router.post('/recordings/llm', requireSignIn, async (req: AuthenticatedRequest,
params: [],
type: 'extract',
url: workflowResult.url || url,
isLLM: true,
},
recording: { workflow: workflowResult.workflow },
google_sheet_email: null,