From 224180ada299a2831361a3138a97bcf18ecfc89a Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 19 Feb 2026 19:40:12 +0100 Subject: [PATCH] update inkeep --- pcweb/components/docpage/navbar/inkeep.py | 35 ++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pcweb/components/docpage/navbar/inkeep.py b/pcweb/components/docpage/navbar/inkeep.py index 2c579b38d..102baf5fb 100644 --- a/pcweb/components/docpage/navbar/inkeep.py +++ b/pcweb/components/docpage/navbar/inkeep.py @@ -66,7 +66,7 @@ def add_hooks(self): }; const searchBarProps = { baseSettings: { - apiKey: '6299820854cd95d0a6e55a502d5bae06549e62360e7805a6', + apiKey: '5805add2b45961017ac79c9d388aa34f5db49eb652e228e0', customIcons: {search: {custom: "/icons/search.svg"}}, organizationDisplayName: 'Reflex', primaryBrandColor: '#6E56CF', @@ -321,11 +321,44 @@ def add_hooks(self): }, aiChatSettings: { // optional typeof InkeepAIChatSettings aiAssistantAvatar: '/logos/small_logo.svg', + chatSubjectName: 'Reflex', exampleQuestions: [ 'How does Reflex work?', 'What types of apps can I build with Reflex?', 'Where can I deploy my apps?', ], + getHelpOptions: [ + { + action: { + type: "open_link", + url: "https://reflex.dev/pricing" + }, + icon: { + builtIn: "LuCalendar" + }, + name: "Get a custom demo" + }, + { + action: { + type: "open_link", + url: "https://github.com/reflex-dev/reflex/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=" + }, + icon: { + builtIn: "FaGithub" + }, + name: "File an issue on Reflex's GitHub." + }, + { + action: { + type: "open_link", + url: "https://discord.gg/T5WSbC2YtQ" + }, + icon: { + builtIn: "FaDiscord" + }, + name: "Ask on Reflex's Discord." + } + ], getTools: () => [ { type: "function",