mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 21:32:08 +01:00
feat: Refactor sentiment handling and enhance processing logic for session data
This commit is contained in:
@ -23,7 +23,7 @@ async function triggerCompleteWorkflow(): Promise<{ message: string }> {
|
||||
|
||||
if (sessionsWithoutMessages > 0) {
|
||||
console.log(`[Complete Workflow] Fetching transcripts for ${sessionsWithoutMessages} sessions`);
|
||||
|
||||
|
||||
// Get sessions that have fullTranscriptUrl but no messages
|
||||
const sessionsToProcess = await prisma.session.findMany({
|
||||
where: {
|
||||
|
||||
Reference in New Issue
Block a user