Skip to content

Commit fcf924d

Browse files
committed
docs: add data sent to openai
1 parent 8d9604c commit fcf924d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/docs/ai-assistant.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
title: AI Assistant
33
---
44

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+
512
AI Assistant uses OpenAPI or its compatible service to argument the database development workflow.
613

714
## Enable AI Assistant

0 commit comments

Comments
 (0)