@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/{chunk-VKXHYCAI.js → chunk-75WIGDCW.js} +1 -2
- package/dist/chunk-75WIGDCW.js.map +1 -0
- package/dist/{chunk-HLFNKW7L.mjs → chunk-CKNRD26B.mjs} +1 -2
- package/dist/{chunk-HLFNKW7L.mjs.map → chunk-CKNRD26B.mjs.map} +1 -1
- package/dist/edge.js +0 -1
- package/dist/edge.js.map +1 -1
- package/dist/edge.mjs +0 -1
- package/dist/edge.mjs.map +1 -1
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-VKXHYCAI.js.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
toLanguageModelMessages,
|
|
11
11
|
toLanguageModelTools,
|
|
12
12
|
toolResultStream
|
|
13
|
-
} from "./chunk-
|
|
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.
|
|
4459
|
+
this.setOptions(options);
|
|
4460
4460
|
}
|
|
4461
4461
|
capabilities = {
|
|
4462
4462
|
switchToBranch: true,
|