@docsearch/react 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.
@@ -196,6 +196,8 @@ interface DocSearchProps {
196
196
  indices?: Array<DocSearchIndex | string>;
197
197
  /**
198
198
  * Configuration or assistant id to enable ask ai mode. Pass a string assistant id or a full config object.
199
+ *
200
+ * @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.
199
201
  */
200
202
  askAi?: DocSearchAskAi | string;
201
203
  /**