@assistant-ui/react 0.5.88 → 0.5.89

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -4456,7 +4456,7 @@ var LocalThreadRuntimeCore = class extends BaseThreadRuntimeCore {
4456
4456
  constructor(configProvider, threadId, options) {
4457
4457
  super(configProvider);
4458
4458
  this.threadId = threadId;
4459
- this._options = options;
4459
+ this.setOptions(options);
4460
4460
  }
4461
4461
  capabilities = {
4462
4462
  switchToBranch: true,