fix: correct Mermaid diagram syntax in why.md

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

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

Loading…
Cancel
Save