microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
399 stars 169 forks source link

General: Add support for calling the dialog system to the Application class. #6

Open Stevenic opened 1 year ago

Stevenic commented 1 year ago

We want developers to continue building dialog based apps using the new Application class so some sort of integration with the current dialog system is needed. I'm thinking you'll be able to use app.dialogs.addDialog() to register dialogs that the Application can call (The Application would basically be a root ComponentDialog) but the trickier part is bridging the state management systems. I need to put some more thought into that.

govil1811 commented 1 year ago

P0

aacebo commented 9 months ago

https://github.com/microsoft/teams-ai/discussions/654