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