File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
botbuilder-schema/botbuilder/schema/teams Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4444 "botbuilder.dialogs.prompts" ,
4545 "botbuilder.dialogs.choices" ,
4646 "botbuilder.dialogs.skills" ,
47+ "botbuilder.dialogs.memory" ,
48+ "botbuilder.dialogs.memory.path_resolvers" ,
49+ "botbuilder.dialogs.memory.scopes" ,
4750 ],
4851 install_requires = REQUIRES + TEST_REQUIRES ,
4952 tests_require = TEST_REQUIRES ,
Original file line number Diff line number Diff line change 6363from ._models_py3 import MeetingParticipantInfo
6464from ._models_py3 import CacheInfo
6565from ._models_py3 import TabContext
66+ from ._models_py3 import TabEntityContext
6667from ._models_py3 import TabRequest
6768from ._models_py3 import TabResponseCard
6869from ._models_py3 import TabResponseCards
136137 "MeetingParticipantInfo" ,
137138 "CacheInfo" ,
138139 "TabContext" ,
140+ "TabEntityContext" ,
139141 "TabRequest" ,
140142 "TabResponseCard" ,
141143 "TabResponseCards" ,
You can’t perform that action at this time.
0 commit comments