From 8001da990684d1cae690631345f2bb87339bc73d Mon Sep 17 00:00:00 2001 From: gzkoala Date: Fri, 6 Mar 2026 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?docs(add):=E6=9B=B4=E6=96=B0Arabica=20Sprint2?= =?UTF-8?q?=20=E5=BC=80=E5=8F=91=E6=8C=87=E5=8D=97=E6=96=87=E6=A1=A3,?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=87=A0=E4=B8=AAMermaid=E5=9B=BE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gzkoala --- .../deisgn/arabica-srpint2-development-specification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/arabica/docs/deisgn/arabica-srpint2-development-specification.md b/projects/arabica/docs/deisgn/arabica-srpint2-development-specification.md index 5befd34..dea72ae 100644 --- a/projects/arabica/docs/deisgn/arabica-srpint2-development-specification.md +++ b/projects/arabica/docs/deisgn/arabica-srpint2-development-specification.md @@ -609,10 +609,10 @@ sequenceDiagram graph TD A[收到 prompts/get 请求] --> B[调用 scqa 回调] B --> C[提取 args 参数] - C --> D["调用 handlePromptsGet('scqa', args)"] + C --> D[调用 handlePromptsGet] D --> E[从 promptService 获取消息序列] - E --> F[过滤 messages,仅保留 user 和 assistant] - F --> G[补全每个 content 的 annotations 和 _meta] + E --> F[过滤 messages 保留 user assistant] + F --> G[补全 annotations 和 meta] G --> H[返回格式化后的响应] ```