@assistant-ui/react 0.5.88 → 0.5.89

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/dist/index.js CHANGED
@@ -4455,7 +4455,7 @@ var LocalThreadRuntimeCore = (_class12 = class extends BaseThreadRuntimeCore {
4455
4455
  constructor(configProvider, threadId, options) {
4456
4456
  super(configProvider);_class12.prototype.__init27.call(this);_class12.prototype.__init28.call(this);_class12.prototype.__init29.call(this);_class12.prototype.__init30.call(this);;
4457
4457
  this.threadId = threadId;
4458
- this._options = options;
4458
+ this.setOptions(options);
4459
4459
  }
4460
4460
  __init27() {this.capabilities = {
4461
4461
  switchToBranch: true,