We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543cec2 commit 304395eCopy full SHA for 304395e
1 file changed
src/lib/storage/content-hash.ts
@@ -6,7 +6,6 @@ const normalizePart = (value: string): string =>
6
.trim()
7
.replace(/\s+/g, " ");
8
9
-// Secondary dedup key: answer + category only (ignores question phrasing)
10
export const buildAnswerKey = (answer: string, category: string): string =>
11
`${normalizePart(answer)}||${normalizePart(category)}`;
12
0 commit comments