Fix /] in mermaid diagram
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user