mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 03:40:20 +00:00
refactor: dedupe video generation runtime surface
This commit is contained in:
6
src/plugin-sdk/video-generation-runtime.ts
Normal file
6
src/plugin-sdk/video-generation-runtime.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
generateVideo,
|
||||
listRuntimeVideoGenerationProviders,
|
||||
type GenerateVideoParams,
|
||||
type GenerateVideoRuntimeResult,
|
||||
} from "../video-generation/runtime.js";
|
||||
Reference in New Issue
Block a user