mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-06 10:02:30 +00:00
8 lines
251 B
TypeScript
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";
|