Skip to content

Commit aa1f300

Browse files
Copilotdevlux76
andcommitted
Address code review: use profile.embeddingDimension for knowledgeBoundary
Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com>
1 parent f38df8d commit aa1f300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/Daydreamer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ describe("Daydreamer integration", () => {
293293
m1: eligiblePageId,
294294
partialMetroid: { m1: eligiblePageId },
295295
queryContextB64: "AAAA",
296-
knowledgeBoundary: EMBEDDING_DIM,
296+
knowledgeBoundary: profile.embeddingDimension,
297297
mimeType: "text/plain",
298298
modelUrn: "urn:model:test:v1",
299299
timestamp: new Date(now).toISOString(),

0 commit comments

Comments
 (0)