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
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
//#region packages/media-understanding-common/src/active-model.d.ts
|
|
type ActiveMediaModel = {
|
|
provider: string;
|
|
model?: string;
|
|
};
|
|
//#endregion
|
|
export { ActiveMediaModel }; |