From 2382ff9248586041d327f59cd9333f47f406b065 Mon Sep 17 00:00:00 2001 From: Mahesh Subramanian Date: Wed, 6 Nov 2024 11:07:13 -0700 Subject: [PATCH] chore(typo): Fixing a typo in the agent identity document (#4070) --- .../core-concepts/agent-identity-and-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.md b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.md index 95f1a8f05..4a4439500 100644 --- a/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.md +++ b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/agent-identity-and-lifecycle.md @@ -24,7 +24,7 @@ It associates an agent with a specific factory function, which produces instances of agents of the same agent type. For example, different factory functions can produce the same -agent class but with different constructor perameters. +agent class but with different constructor parameters. The agent key is an instance identifier for the given agent type. Agent IDs can be converted to and from strings. the format of this string is: