@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.
@@ -5169,6 +5169,11 @@ interface VideoInferenceRequest {
5169
5169
  numberResults?: number | null;
5170
5170
  /** Contains provider-specific configuration settings that customize the behavior of different AI models and services. */
5171
5171
  providerSettings?: Record<string, any> | null;
5172
+ /**
5173
+ * Skip polling flag - if set to false, will poll until video generation is complete
5174
+ * If not set or true, returns immediately with task UUID for manual polling
5175
+ */
5176
+ skipPolling?: boolean | null;
5172
5177
  }
5173
5178
  declare enum OutputFormat {
5174
5179
  UNKNOWN_OUTPUT_FORMAT = "UNKNOWN_OUTPUT_FORMAT",