@thanh01.pmt/curriculum-kit 1.0.19 → 1.0.21
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13817,7 +13817,7 @@ async function streamLLMWithFallback(systemPrompt, userPrompt, apiKeys = {}, onC
|
|
|
13817
13817
|
}
|
|
13818
13818
|
const systemInstructions = `${systemPrompt}
|
|
13819
13819
|
|
|
13820
|
-
THINKING DIRECTIVE:
|
|
13820
|
+
THINKING DIRECTIVE: Do ALL your reasoning internally BEFORE emitting output. Do NOT include any "thinking", "reasoning", "analysis", or chain-of-thought keys or text inside the JSON output \u2014 the JSON must contain ONLY the layer payload fields specified by the schema. Then output the JSON immediately.`;
|
|
13821
13821
|
const resolvedBudget = {
|
|
13822
13822
|
idleMs: budget?.idleMs ?? DEFAULT_STREAM_IDLE_MS,
|
|
13823
13823
|
totalMs: budget?.totalMs ?? DEFAULT_STREAM_TOTAL_MS
|