@wix/auto_sdk_ai-gateway_prompts 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5168,6 +5168,11 @@ interface VideoInferenceRequest {
5168
5168
  numberResults?: number | null;
5169
5169
  /** Contains provider-specific configuration settings that customize the behavior of different AI models and services. */
5170
5170
  providerSettings?: Record<string, any> | null;
5171
+ /**
5172
+ * Skip polling flag - if set to false, will poll until video generation is complete
5173
+ * If not set or true, returns immediately with task UUID for manual polling
5174
+ */
5175
+ skipPolling?: boolean | null;
5171
5176
  }
5172
5177
  declare enum OutputFormat {
5173
5178
  UNKNOWN_OUTPUT_FORMAT = "UNKNOWN_OUTPUT_FORMAT",