Skip to content

Commit 84f3230

Browse files
Change Mentions base model from AgentsModel to Entity (#63)
* port test case from botframework for turn-context * fix model to derive from instead of * fix branches --------- Co-authored-by: = <=> Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
1 parent 3721d3d commit 84f3230

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • libraries/Core/microsoft-agents-core/microsoft/agents/core/models

libraries/Core/microsoft-agents-core/microsoft/agents/core/models/mention.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from .channel_account import ChannelAccount
2-
from .agents_model import AgentsModel
2+
from .entity import Entity
33
from ._type_aliases import NonEmptyString
44

55

6-
class Mention(AgentsModel):
6+
class Mention(Entity):
77
"""Mention information (entity type: "mention").
88
99
:param mentioned: The mentioned user

0 commit comments

Comments
 (0)