mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
* refactor: extract media understanding common package * test: move media understanding format test
5 lines
286 B
TypeScript
5 lines
286 B
TypeScript
//#region packages/media-understanding-common/src/provider-id.d.ts
|
|
declare function normalizeMediaProviderId(id: string): string;
|
|
declare function normalizeMediaExecutionProviderId(id: string): string;
|
|
//#endregion
|
|
export { normalizeMediaExecutionProviderId, normalizeMediaProviderId }; |