fix: correct Mermaid diagram syntax in why.md

pull/823/head
ascender1729 2 weeks ago
parent 17442d2601
commit a74adfca69

@ -24,12 +24,12 @@ For enterprises, this limitation poses significant challenges. Business operatio
```mermaid ```mermaid
graph LR graph LR
Subgraph[Context Window Limit] subgraph "Context Window Limit"
Input[Large Document] Input[Large Document]
Agent[AI Agent] Agent[AI Agent]
Output[Partial Understanding] Output[Partial Understanding]
Input -- Truncated Data --> Agent Input -- Truncated Data --> Agent
Agent -- Generates --> Output Agent -- Generates --> Output
end end
``` ```

Loading…
Cancel
Save