From 7184200c17a0a5c1c25a0af3c462f74924a7fe7c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 14 Apr 2026 15:14:26 +0100 Subject: [PATCH] fix: accept optional runway source mime type --- extensions/runway/video-generation-provider.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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([