Skip to content

Commit 0fa318d

Browse files
committed
🐛 FIX: examples
1 parent 35e9daa commit 0fa318d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+27
-41
lines changed

examples/nodejs/agents/index.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/nodejs/agents/index.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

examples/nodejs/agents/summarize.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// Experimental upcoming beta AI primitve.
2+
// Please refer to the documentation for more information: https://langbase.com/docs for more information.
13
import 'dotenv/config';
2-
import {Langbase} from 'langbase';
34
import fs from 'fs';
5+
import {Langbase} from 'langbase';
46
import path from 'path';
57

68
const langbase = new Langbase({
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Experimental upcoming beta AI primitve.
2+
// Please refer to the documentation for more information: https://langbase.com/docs for more information.
13
import 'dotenv/config';
24
import {Langbase} from 'langbase';
35

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/nodejs/examples/memory/memory.docs.retry-embed.ts renamed to examples/nodejs/memory/memory.docs.retry-embed.ts

File renamed without changes.

0 commit comments

Comments
 (0)