@blinkdotnew/sdk 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -194,7 +194,8 @@ const { text, sources } = await blink.ai.generateText({
194
194
  const { text } = await blink.ai.generateText({
195
195
  prompt: 'Research and analyze tech trends',
196
196
  search: true,
197
- maxSteps: 5 // Default: 25 when tools used
197
+ maxSteps: 10, // Override default (25 when tools used)
198
+ experimental_continueSteps: true // Override default (true when tools used)
198
199
  })
199
200
 
200
201
  // Text generation with image content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blinkdotnew/sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Blink TypeScript SDK for client-side applications - Zero-boilerplate CRUD + auth for modern SaaS/AI apps",
5
5
  "keywords": [
6
6
  "blink",