We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e2e7a commit faf039dCopy full SHA for faf039d
src/index.ts
@@ -31,7 +31,7 @@ const RETRIEVAL_TOOL: Tool = {
31
k: {
32
type: 'number',
33
description: 'The number of documents to retrieve.',
34
- default: 4
+ default: 4,
35
},
36
37
required: ['question'],
0 commit comments