@docsearch/js 4.6.3 → 4.7.0

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.
@@ -8495,6 +8495,8 @@ interface DocSearchProps$1 {
8495
8495
  indices?: Array<DocSearchIndex | string>;
8496
8496
  /**
8497
8497
  * Configuration or assistant id to enable ask ai mode. Pass a string assistant id or a full config object.
8498
+ *
8499
+ * @deprecated Ask AI is being migrated from a standalone DocSearch feature into Algolia's Agent Studio. The `askAi` prop will be removed in DocSearch v5.
8498
8500
  */
8499
8501
  askAi?: DocSearchAskAi | string;
8500
8502
  /**