Skip to content

Commit c713251

Browse files
committed
feat(extraction-service): send thisSessionId for single entity
1 parent 7787a58 commit c713251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/lib/extract/extraction-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export async function performExtraction(
766766
discoveredLinks: links,
767767
},
768768
],
769-
// sessionIds: [thisSessionId],
769+
sessionIds: [thisSessionId],
770770
});
771771

772772
// Generate completions

0 commit comments

Comments
 (0)