@iterms/tinyflow-ai-vue 0.2.21 → 0.2.22
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16350,7 +16350,7 @@ function jf(e, t) {
|
|
|
16350
16350
|
let g = n().advancedExpand ? ["advanced"] : [];
|
|
16351
16351
|
async function f(h) {
|
|
16352
16352
|
var y, C;
|
|
16353
|
-
const v = await ((C = (y = s.provider) == null ? void 0 : y.llm) == null ? void 0 : C.call(y, h));
|
|
16353
|
+
const v = await ((C = (y = s.provider) == null ? void 0 : y.llm) == null ? void 0 : C.call(y, "0", h));
|
|
16354
16354
|
oe(a, [], !0), d(a).push(...v || []);
|
|
16355
16355
|
}
|
|
16356
16356
|
{
|