@shenghuabi/workflow 1.0.0 → 1.0.1
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 +1 -1
- package/index.js.map +2 -2
- package/index.mjs +1 -1
- package/index.mjs.map +2 -2
- package/package.json +3 -3
- package/webview/index.js.map +1 -1
package/index.mjs
CHANGED
|
@@ -660,7 +660,7 @@ var NodeRunnerBase = class {
|
|
|
660
660
|
}
|
|
661
661
|
#modelConfig = inject(ModelOptionsToken);
|
|
662
662
|
mergeChatModel(input) {
|
|
663
|
-
|
|
663
|
+
const chatService = this.injector.get(ChatServiceToken);
|
|
664
664
|
let presetConfig = {};
|
|
665
665
|
if (input?.name) {
|
|
666
666
|
presetConfig = chatService.getModelConfig(input.name) ?? {};
|