MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai/src/activities/generateVideo/adapter.ts:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 * Generic parameters match VideoAdapter - all pre-resolved by the provider function.
141 */
142export abstract class BaseVideoAdapter<
143 TModel extends string = string,
144 TProviderOptions extends object = Record<string, unknown>,
145 TModelProviderOptionsByName extends Record<string, any> = Record<string, any>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected