Skip to content

Commit e8979f0

Browse files
authored
docs: update Readme.md (#677)
Signed-off-by: Joan Reyero <[email protected]>
1 parent da8a179 commit e8979f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/lib/chat/Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ flowchart TD
4646
E --> K[Error Message]
4747
```
4848

49+
```mermaid
50+
flowchart TD
51+
A[Data from query] --> B[Chart Generation Agent]
52+
B --> C[Chart Configuration]
53+
C --> D[Frontend]
54+
```
55+
4956
### Orchestration Layer
5057

5158
The entire system is orchestrated through **`frontend/lib/chat/data-copilot.ts`**, which:

0 commit comments

Comments
 (0)