diff --git a/packages/gitbook/src/components/PageActions/PageActions.tsx b/packages/gitbook/src/components/PageActions/PageActions.tsx index c97552268..c778c1839 100644 --- a/packages/gitbook/src/components/PageActions/PageActions.tsx +++ b/packages/gitbook/src/components/PageActions/PageActions.tsx @@ -32,7 +32,7 @@ export function ActionOpenAssistant(props: { assistant: Assistant; type: PageAct description={tString(language, 'ai_chat_ask_about_page', assistant.label)} disabled={chat.loading} onClick={() => { - assistant.open(tString(language, 'ai_chat_suggested_questions_about_this_page')); + assistant.open(); }} /> );