From ed9e38c848e68b514fac4166f0448d7334bd13bb Mon Sep 17 00:00:00 2001 From: Niels Geens Date: Wed, 8 Jan 2025 22:49:29 +0100 Subject: [PATCH] Fix /] in mermaid diagram --- procedures/user_communication/procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procedures/user_communication/procedure.md b/procedures/user_communication/procedure.md index bd14614..61a90bf 100644 --- a/procedures/user_communication/procedure.md +++ b/procedures/user_communication/procedure.md @@ -8,7 +8,7 @@ ```mermaid flowchart TD Start([Start]) - LoadUserBasic[The /user/basic.md file should contain info to identify and address the user properly
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
Also load the last 10 messages from /user/conversation_history/ ] PrepareForDraft{Have everything needed for drafting a message?} DraftMessage[Draft message in reasoning entry] ReadInput[Read input from standard input]