We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9604c commit fcf924dCopy full SHA for fcf924d
content/docs/ai-assistant.md
@@ -2,6 +2,13 @@
2
title: AI Assistant
3
---
4
5
+<HintBlock type="warning">
6
+
7
+Bytebase sends the database schema to OpenAI or your configured endpoint. Bytebase does not send the table data.
8
+You can check the [relevant code](https://github.com/bytebase/bytebase/blob/main/frontend/src/plugins/ai/logic/prompt.ts).
9
10
+</HintBlock>
11
12
AI Assistant uses OpenAPI or its compatible service to argument the database development workflow.
13
14
## Enable AI Assistant
0 commit comments