Skip to content

Commit

Permalink
Update topic-and-subscription.md (microsoft#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeryioGonzalez authored Oct 23, 2024
1 parent 6edbbdc commit acce081
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For Python API, use {py:class}`~autogen_core.components.TypeSubscription`.
Type-Based Subscription = Topic Type --> Agent Type
```

Generally speaking, type-based subscription is the preferred way to delcare
Generally speaking, type-based subscription is the preferred way to declare
subscriptions. It is portable and data-independent:
developers do not need to write application code that depends on specific agent IDs.

Expand Down Expand Up @@ -208,4 +208,4 @@ of the agent
if it does not exist.

To support multiple topics per tenant, you can use different topic types,
just like the single-tenant, multiple topics scenario.
just like the single-tenant, multiple topics scenario.

0 comments on commit acce081

Please sign in to comment.