@assistant-ui/react 0.5.87 → 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
@@ -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,