streamfold 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,4 +50,6 @@ Available subpaths are `assistant-ui`, `vercel-ai`, `openai`, `anthropic`,
|
|
|
50
50
|
not install or load provider SDKs.
|
|
51
51
|
|
|
52
52
|
See the [repository README](https://github.com/assistant-ui/streamfold#readme)
|
|
53
|
-
for benchmarks, methodology, and development instructions.
|
|
53
|
+
for benchmarks, methodology, and development instructions. The
|
|
54
|
+
[migration guide](https://github.com/assistant-ui/streamfold/blob/main/MIGRATION.md)
|
|
55
|
+
covers direct streams and every bundled integration.
|