docs: note transcript hygiene sync
parent
eaf1b6bfee
commit
0396b678fa
|
|
@ -250,6 +250,7 @@ export async function sanitizeSessionHistory(params: {
|
|||
sessionId: string;
|
||||
policy?: TranscriptPolicy;
|
||||
}): Promise<AgentMessage[]> {
|
||||
// Keep docs/reference/transcript-hygiene.md in sync with any logic changes here.
|
||||
const policy =
|
||||
params.policy ??
|
||||
resolveTranscriptPolicy({
|
||||
|
|
|
|||
Loading…
Reference in New Issue