diff --git a/extensions/runway/video-generation-provider.ts b/extensions/runway/video-generation-provider.ts index aa186db11d7..e127b288757 100644 --- a/extensions/runway/video-generation-provider.ts +++ b/extensions/runway/video-generation-provider.ts @@ -18,6 +18,7 @@ import type { VideoGenerationProvider, VideoGenerationRequest, VideoGenerationResult, + VideoGenerationSourceAsset, } from "openclaw/plugin-sdk/video-generation"; const DEFAULT_RUNWAY_BASE_URL = "https://api.dev.runwayml.com"; @@ -41,7 +42,7 @@ type RunwayTaskDetailResponse = { failure?: string | { message?: string } | null; }; -type RunwaySourceAsset = Pick; +type RunwaySourceAsset = Pick; const TEXT_ONLY_MODELS = new Set(["gen4.5", "veo3.1", "veo3.1_fast", "veo3"]); const IMAGE_MODELS = new Set([