@vellumai/plugin-api 0.8.12-dev.202606161639.6a7dc7a → 0.8.12-dev.202606161836.2f5810e
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/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -920,9 +920,9 @@ declare interface ContextCompacted {
|
|
|
920
920
|
* - `summaryCharCount`: length of the produced summary text.
|
|
921
921
|
* - `summaryHeaderCount`: number of `## ` section headers in the summary.
|
|
922
922
|
* - `summaryHadMemoryEcho`: `true` if the summary contains any runtime
|
|
923
|
-
* injection tag (e.g. `<memory`, `<turn_context>`, `<workspace>`).
|
|
924
|
-
*
|
|
925
|
-
*
|
|
923
|
+
* injection tag (e.g. `<memory`, `<turn_context>`, `<workspace>`). The
|
|
924
|
+
* durable summary should be clean prose, so `true` flags an echoed or
|
|
925
|
+
* invented tag worth investigating.
|
|
926
926
|
*/
|
|
927
927
|
summaryCharCount?: number;
|
|
928
928
|
summaryHeaderCount?: number;
|
package/package.json
CHANGED