diff --git a/docs/decisions/0011-create-get-agent-api.md b/docs/decisions/0011-create-get-agent-api.md index 4703c1271d..cd008fc7b7 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: