@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.
- package/dist/access-cli.js +1 -1
- package/dist/{chunk-GRJ5UOFO.js → chunk-YHURQ3M5.js} +2 -2
- package/dist/chunk-YHURQ3M5.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/orchestrator.js +1 -1
- package/package.json +2 -2
- package/src/lcm-summarize-lane.test.ts +137 -0
- package/src/orchestrator.ts +1 -1
- package/dist/chunk-GRJ5UOFO.js.map +0 -1
package/dist/access-cli.js
CHANGED
|
@@ -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.
|
|
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-
|
|
24202
|
+
//# sourceMappingURL=chunk-YHURQ3M5.js.map
|