refactor(agents): remove unused responses image sanitizer export · openclaw/openclaw@8ae4580
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Commit 8ae4580
refactor(agents): remove unused responses image sanitizer export
1 file changed
Lines changed: 0 additions & 5 deletions
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -44,8 +44,3 @@ export function sanitizeResponsesImagePayload<T extends Record<string, unknown>>
|
44 | 44 | input: sanitizeValue(params.input), |
45 | 45 | }; |
46 | 46 | } |
47 | | - |
48 | | -/** Sanitize one inline image data URL for Responses payload use. */ |
49 | | -export function sanitizeInlineImageDataUrl(imageUrl: string): string | undefined { |
50 | | -return sanitizeSharedInlineImageDataUrl(imageUrl); |
51 | | -} |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments