Skip to content

Commit 4d847ed

Browse files
committed
fix(blog): correct Mermaid dotted arrow in guardrails diagram
1 parent 33a3ef6 commit 4d847ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

front/public/blog/posts/field-notes/agent-guardrails-field-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ flowchart TD
6464
L2 --> L3[Layer 3: Tools and actions<br/>allow-listing, scoping, dry-run, capability tokens]
6565
L3 --> L4[Layer 4: Output validation<br/>toxicity, leaked secrets, citation, hallucination]
6666
L4 --> O[Response to user]
67-
L5[Layer 5: System and operational<br/>observability, kill switches, sandboxing, HITL] -. wraps every layer .-> L1
68-
L5 -. .-> L2
69-
L5 -. .-> L3
70-
L5 -. .-> L4
67+
L5[Layer 5: System and operational<br/>observability, kill switches, sandboxing, HITL] -.-> L1
68+
L5 -.-> L2
69+
L5 -.-> L3
70+
L5 -.-> L4
7171
L3 --> A[(External world<br/>APIs, databases, files, email)]
7272
```
7373

0 commit comments

Comments
 (0)