Skip to content

Commit 128451b

Browse files
author
Sim Pi Agent
committed
Pi Babysit: address PR #6066 feedback
1 parent 1773d7c commit 128451b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/pinecone/search_vector.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('searchVectorTool', () => {
3232
expected: { includeValues: true, includeMetadata: true },
3333
},
3434
])('maps $name to the Pinecone query flags', ({ options, expected }) => {
35-
const body = buildBody({ ...baseParams, ...options })
35+
const body = buildBody({ ...baseParams, options })
3636

3737
expect(body).toMatchObject(expected)
3838
})

0 commit comments

Comments
 (0)