We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4faebb3 commit 050a855Copy full SHA for 050a855
1 file changed
examples/nodejs/package.json
@@ -34,7 +34,8 @@
34
"threads.delete": "npx tsx ./examples/threads/threads.delete.ts",
35
"threads.append": "npx tsx ./examples/threads/threads.append.ts",
36
"threads.messages.list": "npx tsx ./examples/threads/threads.messages.list.ts",
37
- "threads.get": "npx tsx ./examples/threads/threads.get.ts"
+ "threads.get": "npx tsx ./examples/threads/threads.get.ts",
38
+ "workflows": "npx tsx ./examples/workflows/workflows.ts"
39
},
40
"keywords": [],
41
"author": "Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)",
0 commit comments