Files
openclaw/extensions/video-generation-core/src/runtime.ts
2026-06-04 21:02:07 -04:00

8 lines
251 B
TypeScript

// Video Generation Core plugin module implements runtime behavior.
export {
generateVideo,
listRuntimeVideoGenerationProviders,
type GenerateVideoParams,
type GenerateVideoRuntimeResult,
} from "openclaw/plugin-sdk/video-generation-runtime";