docs: add missing prop to kapa (#12934)

* docs: add missing prop to kapa

* change to cookie
This commit is contained in:
Shahed Nasser
2025-07-14 10:05:55 +03:00
committed by GitHub
parent 8c4228fc42
commit be7a5b802f

View File

@@ -185,6 +185,7 @@ export const AiAssistantProvider = ({
onQuerySubmit: () => setPreventAutoScroll(false),
},
}}
userTrackingMode="cookie"
>
<AiAssistantInnerProvider
{...props}