Skip to content

Commit 664db0f

Browse files
authored
Update README.md
1 parent 1ee22c7 commit 664db0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)