Files
openclaw/src/media-understanding/active-model.types.ts

5 lines
74 B
TypeScript

export type ActiveMediaModel = {
provider: string;
model?: string;
};