@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.mjs CHANGED
@@ -13806,7 +13806,7 @@ async function streamLLMWithFallback(systemPrompt, userPrompt, apiKeys = {}, onC
13806
13806
  }
13807
13807
  const systemInstructions = `${systemPrompt}
13808
13808
 
13809
- THINKING DIRECTIVE: Keep reasoning concise, structured, and focused strictly on the core pedagogical trade-offs in 4-6 concise bullet points (under 120 words). Then output the JSON immediately.`;
13809
+ 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.`;
13810
13810
  const resolvedBudget = {
13811
13811
  idleMs: budget?.idleMs ?? DEFAULT_STREAM_IDLE_MS,
13812
13812
  totalMs: budget?.totalMs ?? DEFAULT_STREAM_TOTAL_MS