botbuilder-python
botbuilder-python copied to clipboard
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and oth...
**Add job_title in the properties of TeamsChannelAccount interface** Once this property will get added in the TeamsChannelAccount interface, we can get the return value for the same using TeamsInfo.get_member(TurnContext, String)....
### [Github issues](https://github.com/microsoft/botframework-sdk) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version > What package version of the SDK are you using....
Fixes #minor ## Description Porting changes from https://github.com/microsoft/botbuilder-dotnet/pull/6655 to maintain parity with `microsoft/botbuilder-dotnet`. This PR implements the new Teams batch APIs in TeamsOperations. - [x] Send message to a list...
## Version 4.16.2 ## Describe the bug I'm trying to test a python based MS azure bot using a webchat emulator.. i couldn't get the response from the bot.. When...
## Version 4.16.2 ## Describe the bug `_UserTokenClientImpl#exchange_token` requires the connection name as a parameter. It doesn't get passed here which causes an exception. https://github.com/microsoft/botbuilder-python/blob/1617885d2e710af888cc37b97ae61c53306e4355/libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py#L105-L109
### [Github issues](https://github.com/microsoft/botframework-sdk) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version botbuilder==0.0.1 botbuilder-core==4.16.1 botbuilder-dialogs==4.16.1 botbuilder-integration-aiohttp==4.16.1 ## Describe the bug Getting the...
I see the requirements was written in #1637, a few years back Can the pytest requirements be relaxed to allow pytest 8? Or is there anything specific that breaks with...
## Version 4.15.0 ## Describe the bug When importing botbuilder, i get the following errors. ``` /usr/local/lib/python3.10/site-packages/recognizers_date_time/date_time/utilities.py:552: SyntaxWarning: 'int' object is not subscriptable; perhaps you missed a comma? bias =...
## Version botbuilder-core==4.16.1 jsonpickle==1.4.2 Python 3.11 ## Describe the bug We have implemented our custom storage class for storing conversation/dialog/user state in redis. We use jsonpickle library to serialize and...
Hi Team: I find out there is a Teams AI Library v2 SDK nodejs version which support MCP and A2A. Do we have any plan to implement the same feature...