billion-context-dsh 0.2.9 → 0.2.10
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/README.en.md +3 -3
- package/README.md +3 -3
- package/dist/index.js +15 -7
- package/dist/index.js.map +1 -1
- package/dist/prompts.d.ts +1 -1
- package/package.json +1 -1
package/dist/prompts.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export interface NudgePrompts {
|
|
|
28
28
|
emergency: string;
|
|
29
29
|
/** 指导行(HOW_TO_COMPRESS_RULES)。无占位符 */
|
|
30
30
|
guidance: string;
|
|
31
|
-
/** tier 蒸馏行。占位符:{tier} {count} {prevTier} {tokens} {seqs} */
|
|
31
|
+
/** tier 蒸馏行。占位符:{tier} {count} {prevTier} {tokens} {seqs} {firstSeq} {lastSeq} */
|
|
32
32
|
tier: string;
|
|
33
33
|
/** 上下文分解。占位符:{system} {tool} {summaries} {code} {text} */
|
|
34
34
|
breakdown: string;
|
package/package.json
CHANGED