We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeb9e7 commit 1c2e483Copy full SHA for 1c2e483
examples/nodejs/examples/memory/memory.docs.upload.ts
@@ -12,13 +12,13 @@ async function main() {
12
process.cwd(),
13
'examples',
14
'memory',
15
- 'memory.upload.doc.ts',
+ 'memory.docs.upload.ts',
16
);
17
18
const response = await langbase.memory.documents.upload({
19
document: fs.readFileSync(src),
20
memoryName: 'memory-sdk',
21
- documentName: 'memory.upload.doc.ts',
+ documentName: 'memory.docs.upload.ts',
22
contentType: 'text/plain',
23
meta: {
24
extension: 'ts',
0 commit comments