From 16463a8a9851f5adb54c4685d443f5d749f052a2 Mon Sep 17 00:00:00 2001 From: Mehdi Baneshi Date: Wed, 13 Nov 2024 19:03:47 +0330 Subject: [PATCH] Update topic-and-subscription.md (#4168) --- .../core-user-guide/core-concepts/topic-and-subscription.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/topic-and-subscription.md b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/topic-and-subscription.md index 0e645a3fac..340ad96b8a 100644 --- a/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/topic-and-subscription.md +++ b/python/packages/autogen-core/docs/src/user-guide/core-user-guide/core-concepts/topic-and-subscription.md @@ -16,7 +16,7 @@ This section focuses on the core concepts in broadcast: topic and subscription. A topic defines the scope of a broadcast message. In essence, agent runtime implements a publish-subscribe model through -its broadcast API: when publishing a message, the topic mus be specified. +its broadcast API: when publishing a message, the topic must be specified. It is an indirection over agent IDs. A topic consists of two components: topic type and topic source.