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 d354b90 commit f1e5fc3Copy full SHA for f1e5fc3
packages/langbase/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# `langbase` SDK
2
3
+## 0.5.0
4
+
5
+### Minor Changes
6
7
+- Switch off the stream in generateText()
8
9
## 0.4.0
10
11
### Minor Changes
packages/langbase/package.json
@@ -1,6 +1,6 @@
{
"name": "langbase",
- "version": "0.4.0",
+ "version": "0.5.0",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
0 commit comments