There was an error while loading. Please reload this page.
1 parent 1773d7c commit 128451bCopy full SHA for 128451b
1 file changed
apps/sim/tools/pinecone/search_vector.test.ts
@@ -32,7 +32,7 @@ describe('searchVectorTool', () => {
32
expected: { includeValues: true, includeMetadata: true },
33
},
34
])('maps $name to the Pinecone query flags', ({ options, expected }) => {
35
- const body = buildBody({ ...baseParams, ...options })
+ const body = buildBody({ ...baseParams, options })
36
37
expect(body).toMatchObject(expected)
38
})
0 commit comments