UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 151 B
/** Provider/model pair selected for one media-understanding request. */ export type ActiveMediaModel = { provider: string; model?: string; };