@shenghuabi/workflow 1.0.10 → 1.0.11
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/index.js +8 -0
- package/index.js.map +2 -2
- package/index.mjs +10 -1
- package/index.mjs.map +3 -3
- package/inline/node/chat/chat.node.define.d.ts +4 -0
- package/inline/node/chat/main/index.d.ts +4 -0
- package/package.json +2 -2
- package/share/common/llm.define.d.ts +4 -0
- package/share/index.js +8 -0
- package/share/index.js.map +2 -2
- package/share/index.mjs +10 -1
- package/share/index.mjs.map +3 -3
- package/webview/index.js +8 -0
- package/webview/index.js.map +2 -2
- package/webview/index.mjs +10 -1
- package/webview/index.mjs.map +3 -3
package/index.js
CHANGED
|
@@ -343,6 +343,14 @@ function llmModelConfig(item) {
|
|
|
343
343
|
environments: ["display", "config"],
|
|
344
344
|
actions: [(0, import_view_angular_core5.asVirtualGroup)()]
|
|
345
345
|
}),
|
|
346
|
+
(0, import_valibot_visit2.condition)({
|
|
347
|
+
environments: ["display"],
|
|
348
|
+
actions: [
|
|
349
|
+
(0, import_view_angular_core5.renderConfig)({
|
|
350
|
+
hidden: true
|
|
351
|
+
})
|
|
352
|
+
]
|
|
353
|
+
}),
|
|
346
354
|
(0, import_view_angular_core5.setComponent)("accordion")
|
|
347
355
|
);
|
|
348
356
|
}
|