@context-chef/ai-sdk-middleware 0.1.0 → 0.1.1
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ The middleware is **stateful** — it tracks token usage across calls to know wh
|
|
|
157
157
|
|
|
158
158
|
## Need More Control?
|
|
159
159
|
|
|
160
|
-
The middleware covers the most common use case: transparent compression and truncation. For advanced features like dynamic state injection, tool namespaces, memory, or snapshot/restore, use [`@context-chef/core`](
|
|
160
|
+
The middleware covers the most common use case: transparent compression and truncation. For advanced features like dynamic state injection, tool namespaces, memory, or snapshot/restore, use [`@context-chef/core`](https://www.npmjs.com/package/@context-chef/core) directly.
|
|
161
161
|
|
|
162
162
|
## License
|
|
163
163
|
|