@remnic/core 9.16.1 → 9.16.2

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Orchestrator
3
- } from "./chunk-GRJ5UOFO.js";
3
+ } from "./chunk-YHURQ3M5.js";
4
4
  import "./chunk-5SB7SC2G.js";
5
5
  import "./chunk-JECBQBEX.js";
6
6
  import "./chunk-V6LYAXGW.js";
@@ -17094,7 +17094,7 @@ var Orchestrator = class {
17094
17094
  // explicit fast-tier route; otherwise use taskModelChain so LCM
17095
17095
  // avoids falling to an expensive gateway default. Issue #1473.
17096
17096
  ...this.config.fastGatewayAgentId ? { agentId: this.config.fastGatewayAgentId } : gatewayTaskChainOptions(this.config)
17097
- }) : await this.localLlm.chatCompletion(messages, {
17097
+ }) : await this.fastLlm.chatCompletion(messages, {
17098
17098
  maxTokens: targetTokens * 2,
17099
17099
  operation: "lcm-summarize",
17100
17100
  priority: "background"
@@ -24199,4 +24199,4 @@ export {
24199
24199
  blendGraphExpandedRecallScore,
24200
24200
  Orchestrator
24201
24201
  };
24202
- //# sourceMappingURL=chunk-GRJ5UOFO.js.map
24202
+ //# sourceMappingURL=chunk-YHURQ3M5.js.map