Fix /] in mermaid diagram

This commit is contained in:
Niels Geens
2025-01-08 22:49:29 +01:00
parent 9d0430400c
commit ed9e38c848

View File

@@ -8,7 +8,7 @@
```mermaid ```mermaid
flowchart TD flowchart TD
Start([Start]) Start([Start])
LoadUserBasic[The /user/basic.md file should contain info to identify and address the user properly<br>Also load the last 10 messages from /user/conversation_history/] LoadUserBasic[The /user/basic.md file should contain info to identify and address the user properly<br>Also load the last 10 messages from /user/conversation_history/ ]
PrepareForDraft{Have everything needed for drafting a message?} PrepareForDraft{Have everything needed for drafting a message?}
DraftMessage[Draft message in reasoning entry] DraftMessage[Draft message in reasoning entry]
ReadInput[Read input from standard input] ReadInput[Read input from standard input]