diff --git a/backend/docs/flow_execution.md b/backend/docs/flow_execution.md
index d4303a99..39c518cc 100644
--- a/backend/docs/flow_execution.md
+++ b/backend/docs/flow_execution.md
@@ -188,7 +188,7 @@ graph TD
AssistantDirect[Assistant Agent
UseAgents=false] --> DirectTools[Direct Tools Only]
- Note over AssistantUA,AssistantDirect: Operates independently
from Task/Subtask hierarchy
+ AssistantNote[Operates independently
from Task/Subtask hierarchy]
end
subgraph "Specialist Agent Tools"
@@ -239,7 +239,7 @@ graph TD
Enricher --> Memorist
Enricher --> Searcher
- Note over Adviser: Also used for:
- Mentor (execution monitoring)
- Planner (task planning)
+ AdviserNote["Also used for:
- Mentor (execution monitoring)
- Planner (task planning)"]
end
subgraph "Error Correction"