diff --git a/docs/pages/api-reference/liveblocks-react-tiptap.mdx b/docs/pages/api-reference/liveblocks-react-tiptap.mdx index ce277e87a83..f94b15a297c 100644 --- a/docs/pages/api-reference/liveblocks-react-tiptap.mdx +++ b/docs/pages/api-reference/liveblocks-react-tiptap.mdx @@ -1680,15 +1680,7 @@ The `HistoryVersionPreview` component renders a read-only view of the specified version of the editor content. It also provides a button for users to restore the displayed version. -### AiToolbar [@badge=beta] - - - -AI Copilots is currently in private beta. If you would like access to the beta, -please [contact us](https://liveblocks.io/contact/sales). We’d love to hear from -you. - - +### AiToolbar Displays a floating AI toolbar near the current Tiptap selection, allowing you to use AI to apply changes to the document or ask questions about it. @@ -2179,15 +2171,7 @@ function Threads({ editor }: { editor: Editor }) { // +++ ``` -#### Customizing AI components [@badge=beta] - - - -AI Copilots is currently in private beta. If you would like access to the beta, -please [contact us](https://liveblocks.io/contact/sales). We’d love to hear from -you. - - +#### Customizing AI components By default, AI components like [`AiToolbar`][] use the term `"AI"`. This can be customized with the `ai.name` option in [`useLiveblocksExtension`][]. This value @@ -2224,15 +2208,7 @@ If you’re after visual customization, AI components like [`AiToolbar`][] integrate with the rest of Liveblocks' styles, heavily using tokens like `--lb-accent` for example. Learn more about [styling](#Stylesheets). -#### Generating AI toolbar responses [@badge=beta] - - - -AI Copilots is currently in private beta. If you would like access to the beta, -please [contact us](https://liveblocks.io/contact/sales). We’d love to hear from -you. - - +#### Generating AI toolbar responses By default, the [`AiToolbar`][] component sends its requests to Liveblocks to generate its responses. This can be customized via the