@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.mjs CHANGED
@@ -660,7 +660,7 @@ var NodeRunnerBase = class {
660
660
  }
661
661
  #modelConfig = inject(ModelOptionsToken);
662
662
  mergeChatModel(input) {
663
- let chatService = this.injector.get(ChatServiceToken);
663
+ const chatService = this.injector.get(ChatServiceToken);
664
664
  let presetConfig = {};
665
665
  if (input?.name) {
666
666
  presetConfig = chatService.getModelConfig(input.name) ?? {};