From 25a7352b8d219da8d1f31341c79a0c178769117c Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sat, 12 Sep 2026 19:00:16 +0000 Subject: [PATCH] docs: fix 'allow to' grammar in ADR 0011 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "will allow to create" → "will allow creating". --- docs/decisions/0011-create-get-agent-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0011-create-get-agent-api.md b/docs/decisions/0011-create-get-agent-api.md index 4703c1271d2..cd008fc7b7a 100644 --- a/docs/decisions/0011-create-get-agent-api.md +++ b/docs/decisions/0011-create-get-agent-api.md @@ -107,7 +107,7 @@ var agent3 = new AssistantClient(...).CreateAIAgent(...); // Creates a remote ag ### Possible Python implementations -Methods like `create_agent` and `get_agent` should be implemented separately or defined on some stateless component that will allow to create multiple agents from the same instance/place. +Methods like `create_agent` and `get_agent` should be implemented separately or defined on some stateless component that will allow creating multiple agents from the same instance/place. Possible options: