fix(compact): stamp summarization session ids
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -291,6 +291,7 @@ export class BasicCompactService extends CompactService {
|
||||
}],
|
||||
system: SUMMARIZE_SYSTEM_PROMPT,
|
||||
maxTokens: this.config.maxTokens,
|
||||
sessionId: agent.session.id,
|
||||
}
|
||||
// exactOptionalPropertyTypes: only set `signal` when present — assigning
|
||||
// `undefined` to an optional `signal?: AbortSignal` is a type error.
|
||||
@@ -512,8 +513,6 @@ export class BasicCompactService extends CompactService {
|
||||
|
||||
// ---- Internal helpers ----
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* Frame the raw summary blocks into the content that lands on the surface:
|
||||
* a checkpoint preamble (so a resuming model reads it as a checkpoint, not a
|
||||
|
||||
Reference in New Issue
Block a user