@docsearch/react 4.6.2 → 4.6.3

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.
@@ -362,11 +362,7 @@ type AskAiScreenTranslations = Partial<{
362
362
  */
363
363
  errorTitleText: string;
364
364
  /**
365
- * Message shown when thread depth limit is exceeded (AI-217 error).
366
- */
367
- threadDepthExceededMessage: string;
368
- /**
369
- * Button text for starting a new conversation after thread depth error.
365
+ * Button text for starting a new conversation after a blocking Ask AI error.
370
366
  */
371
367
  startNewConversationButtonText: string;
372
368
  }>;