refactor(agents): narrow transcript policy mode type · openclaw/openclaw@4fef350
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ import { normalizeProviderId } from "./model-selection.js";
|
16 | 16 | import type { ToolCallIdMode } from "./tool-call-id.js"; |
17 | 17 | |
18 | 18 | /** Scope of transcript content sanitization before provider replay. */ |
19 | | -export type TranscriptSanitizeMode = "full" | "images-only"; |
| 19 | +type TranscriptSanitizeMode = "full" | "images-only"; |
20 | 20 | |
21 | 21 | /** Effective replay policy applied before sending transcript history to a provider. */ |
22 | 22 | export type TranscriptPolicy = { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。