refactor(media): hide understanding helper types · openclaw/openclaw@8ad3564
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -40,7 +40,7 @@ import type {
|
40 | 40 | MediaUnderstandingProvider, |
41 | 41 | } from "./types.js"; |
42 | 42 | |
43 | | -export type ApplyMediaUnderstandingResult = { |
| 43 | +type ApplyMediaUnderstandingResult = { |
44 | 44 | outputs: MediaUnderstandingOutput[]; |
45 | 45 | decisions: MediaUnderstandingDecision[]; |
46 | 46 | appliedImage: boolean; |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -55,7 +55,7 @@ import type {
|
55 | 55 | } from "./types.js"; |
56 | 56 | import { estimateBase64Size, resolveVideoMaxBase64Bytes } from "./video.js"; |
57 | 57 | |
58 | | -export type ProviderRegistry = Map<string, MediaUnderstandingProvider>; |
| 58 | +type ProviderRegistry = Map<string, MediaUnderstandingProvider>; |
59 | 59 | type ResolveApiKeyForProvider = typeof import("../agents/model-auth.js").resolveApiKeyForProvider; |
60 | 60 | type RequireApiKey = typeof import("../agents/model-auth.js").requireApiKey; |
61 | 61 | type IsProviderAuthError = typeof import("../agents/model-auth.js").isProviderAuthError; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。