mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 21:38:38 +00:00
docs: add transcript hygiene reference
This commit is contained in:
@@ -73,7 +73,7 @@ export function buildEmbeddedExtensionPaths(params: {
|
||||
modelId: string;
|
||||
model: Model<Api> | undefined;
|
||||
}): string[] {
|
||||
const paths = [resolvePiExtensionPath("transcript-sanitize")];
|
||||
const paths: string[] = [];
|
||||
if (resolveCompactionMode(params.cfg) === "safeguard") {
|
||||
paths.push(resolvePiExtensionPath("compaction-safeguard"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user