Skip to content

Commit faf039d

Browse files
committed
fix: logging error
1 parent 33e2e7a commit faf039d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const RETRIEVAL_TOOL: Tool = {
3131
k: {
3232
type: 'number',
3333
description: 'The number of documents to retrieve.',
34-
default: 4
34+
default: 4,
3535
},
3636
},
3737
required: ['question'],

0 commit comments

Comments
 (0)