From 25f4b3534c6e0b7a91d25cee1b5657d129da045f Mon Sep 17 00:00:00 2001 From: mrchatam Date: Fri, 11 Sep 2026 22:14:37 +0000 Subject: [PATCH] docs: remove duplicate 'turns' in ADR 0006 diagram note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "turns turns" → "turns". --- docs/decisions/0006-userapproval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0006-userapproval.md b/docs/decisions/0006-userapproval.md index a2e24c76fdd..453cbf49164 100644 --- a/docs/decisions/0006-userapproval.md +++ b/docs/decisions/0006-userapproval.md @@ -510,7 +510,7 @@ sequenceDiagram note right of Developer: Developer approves one function call and rejects the other. Developer->>+ApprovalGeneratingChatClient: [FunctionApprovalResponseContent(GetMenu, approved=true)]
[FunctionApprovalResponseContent(GetSpecials, approved=false)] - note right of ApprovalGeneratingChatClient: AGCC turns turns approval requests
into FCC or failed function calls + note right of ApprovalGeneratingChatClient: AGCC turns approval requests
into FCC or failed function calls ApprovalGeneratingChatClient->>+FunctionInvokingChatClient: [FunctionCallContent(GetMenu)]
[FunctionCallContent(GetSpecials)
[FunctionResultContent(GetSpecials, "Function invocation denied"))] note right of FunctionInvokingChatClient: FICC invokes GetMenu since it's the only remaining one. FunctionInvokingChatClient->>+ResponseChatClient: [FunctionCallContent(GetMenu)]
[FunctionResultContent(GetMenu, "mains.... deserts...")]
[FunctionCallContent(GetSpecials)
[FunctionResultContent(GetSpecials, "Function invocation denied"))]