@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.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,