File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ in-app chatbots, and AI-enabled Textareas.
7070
7171<h3 align =" center " >
7272 <strong > Fundemental building blocks</strong > for powering rich Copilot experiences and AI-native applications. <br /> <br />
73- Code-first & fully customizable.
73+ Code-first & fully customizable -- and also works out of the box .
7474</h3 >
7575
7676---
@@ -130,7 +130,11 @@ But roughtly:
130130- ✅ ` useMakeCopilotReadable ` : give frontend state to the copilot
131131- ✅ ` useMakeCopilotDocumentReadable ` : give document state to the copilot, especially useful with 3rd party state (e.g. Gong call transcript).
132132- ✅ ` useMakeCopilotActionable ` : Let the copilot interact with the application
133+ - 🚧 use custom UX elements inside the chat (coming soon)
133134
135+ ### Built-in backend hooks
136+ - backend ` functions ` (via ` CopilotBackend ` component)
137+ - ` OpenAIAdapter ` - use OpenAI LLMs. Create dedicated adapters to support arbitrary LLMs.
134138
135139
136140## Examples
You can’t perform that action at this time.
0 commit comments