@springbrand/chat-client 0.1.3-alpha.35 → 0.1.3-alpha.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springbrand/chat-client",
3
- "version": "0.1.3-alpha.35",
3
+ "version": "0.1.3-alpha.36",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src",
@@ -449,7 +449,7 @@ export function useUniversalAgentChat(): ChatRuntime {
449
449
  ? {}
450
450
  : { credentials: connection.credentials }),
451
451
  syncMessagesToServer: false,
452
- throttle: 100,
452
+ throttle: 16,
453
453
  });
454
454
  // The SDK keeps its advisory recovery flag until terminal settlement; a
455
455
  // live server stream proves the recovered Turn is executing again.