From e0066c7f88101b100725ac9c30e217238da1a2b2 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 3 Jul 2026 16:54:36 +1000 Subject: [PATCH] updated diagram to remove AWS references --- docs/Sequence Diagram.mmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sequence Diagram.mmd b/docs/Sequence Diagram.mmd index 102a809..b029334 100644 --- a/docs/Sequence Diagram.mmd +++ b/docs/Sequence Diagram.mmd @@ -6,7 +6,7 @@ sequenceDiagram participant F as Fusion participant TK as Tokenize (on-prem) participant PR as PII Identification (on-prem) - participant V as Vault + participant V as Vault (on-prem) participant RT as AgentCore Runtime + Bedrock (cloud) participant GW as AgentCore Gateway (cloud) participant RG as RAG (on-prem) @@ -29,6 +29,6 @@ sequenceDiagram F->>RS: {session_id, text} RS->>V: lookup session tokens RS-->>F: final (王小明 restored) - F-->>UI: {final, deidentified_prompt, agent_tokenized} + F-->>UI: {restored talking points} UI-->>A: split view (restored vs tokenized) ``` \ No newline at end of file