@assistant-ui/react 0.5.87 → 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.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  toLanguageModelMessages,
11
11
  toLanguageModelTools,
12
12
  toolResultStream
13
- } from "./chunk-HLFNKW7L.mjs";
13
+ } from "./chunk-CKNRD26B.mjs";
14
14
  import {
15
15
  __export
16
16
  } from "./chunk-BJPOCE4O.mjs";
@@ -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,